Browse Source

Allow using composer plugin with composer 2.2

Signed-off-by: Julius Härtl <jus@bitgrid.net>
tags/v24.0.0beta1
Julius Härtl 2 years ago
parent
commit
b6a26007aa
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      composer.json

+ 3
- 0
composer.json View File

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

Loading…
Cancel
Save