chore(composer.json): add dev script to serve castopod using spark

This commit is contained in:
Yassine Doghri 2023-07-10 16:04:55 +00:00
parent 981277ae14
commit ef04ce5c41
1 changed files with 3 additions and 5 deletions

View File

@ -37,11 +37,6 @@
"rector/rector": "^0.17.2",
"symplify/coding-standard": "^11.4.1"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"autoload": {
"exclude-from-classmap": [
"**/Database/Migrations/**"
@ -85,6 +80,9 @@
},
"prefer-stable": true,
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {
"phpstan/extension-installer": true
}