Allow using composer plugin with composer 2.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-12-27 09:57:29 +01:00 committed by backportbot[bot]
parent f98d7827e9
commit 6bbd26b955

View file

@ -5,6 +5,9 @@
"sort-packages": true,
"platform": {
"php": "7.3"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"autoload": {