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 Christoph Wurst (Rebase PR Action)
parent 223ae801fe
commit b6a26007aa
1 changed files with 3 additions and 0 deletions

View File

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