1
0
Fork 0
mirror of https://github.com/archtechx/helpers.git synced 2025-12-12 04:04:04 +00:00
helpers/composer.json
Abrar Ahmad 63d2cb5d88 wip
2022-01-19 00:52:43 +05:00

31 lines
736 B
JSON

{
"name": "archtechx/helpers",
"description": "A collection of helpers we commonly use.",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel@archte.ch"
}
],
"autoload": {
"files": ["src/helpers.php"]
},
"autoload-dev": {
"psr-4": {
"ArchTech\\Helpers\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
},
"minimum-stability": "dev",
"prefer-stable": true
}