mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(composer.json): add dev script to serve castopod using spark
This commit is contained in:
parent
981277ae14
commit
ef04ce5c41
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user