1
0
Fork 0
mirror of https://github.com/archtechx/template.git synced 2025-12-12 05:14:04 +00:00
template/composer.json
Abrar Ahmad 3a0d8d5c2b wip
2022-01-20 23:36:14 +05:00

41 lines
926 B
JSON

{
"name": "archtechx/replace",
"description": "",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Samuel Štancl",
"email": "samuel@archte.ch"
}
],
"autoload": {
"psr-4": {
"ArchTech\\REPLACE\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ArchTech\\REPLACE\\Tests\\": "tests/"
}
},
"require": {
"php": "^8.0",
"illuminate/support": "^8.24|^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.9|^7.0",
"nunomaduro/larastan": "^0.6.10",
"pestphp/pest": "^1.2",
"pestphp/pest-plugin-laravel": "^1.0"
},
"extra": {
"laravel": {
"providers": [
"ArchTech\\REPLACE\\PackageServiceProvider"
]
}
},
"minimum-stability": "dev",
"prefer-stable": true
}