mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +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",
|
"rector/rector": "^0.17.2",
|
||||||
"symplify/coding-standard": "^11.4.1"
|
"symplify/coding-standard": "^11.4.1"
|
||||||
},
|
},
|
||||||
"config": {
|
|
||||||
"optimize-autoloader": true,
|
|
||||||
"preferred-install": "dist",
|
|
||||||
"sort-packages": true
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"exclude-from-classmap": [
|
"exclude-from-classmap": [
|
||||||
"**/Database/Migrations/**"
|
"**/Database/Migrations/**"
|
||||||
@ -85,6 +80,9 @@
|
|||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"config": {
|
"config": {
|
||||||
|
"optimize-autoloader": true,
|
||||||
|
"preferred-install": "dist",
|
||||||
|
"sort-packages": true,
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"phpstan/extension-installer": true
|
"phpstan/extension-installer": true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user