Allow symfony/runtime plugin

This commit is contained in:
Nicolas Grekas 2021-12-29 11:52:31 +01:00
parent 30594b2b76
commit ad9ca5a9f5
1 changed files with 2 additions and 1 deletions

View File

@ -154,7 +154,8 @@
},
"config": {
"allow-plugins": {
"composer/package-versions-deprecated": true
"composer/package-versions-deprecated": true,
"symfony/runtime": true
}
},
"autoload": {