Add symfony flex and symfony runtime to composer.json

This commit is contained in:
Julien Fastré 2023-09-26 16:26:07 +02:00
parent 0706901415
commit 9827832753
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,8 @@
"bin-dir": "bin",
"allow-plugins": {
"ocramius/package-versions": true,
"symfony/flex": true
"symfony/flex": true,
"symfony/runtime": true
},
"preferred-install": {
"chill-project/chill-bundles": "source",