mirror of
https://github.com/archtechx/template.git
synced 2025-12-12 05:14:04 +00:00
46 lines
1,013 B
JSON
46 lines
1,013 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.3",
|
|
"illuminate/support": "^11.0"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "^9.0",
|
|
"nunomaduro/larastan": "^2.0",
|
|
"pestphp/pest": "^2.0",
|
|
"pestphp/pest-plugin-laravel": "^2.0"
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"ArchTech\\REPLACE\\PackageServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true
|
|
}
|
|
}
|
|
}
|