Allow script execution by symfony in composer.json

This commit is contained in:
Tim 2022-05-12 17:33:35 +02:00
parent 921da75891
commit cec29820d7

View File

@ -23,7 +23,11 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {