1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-01-17 13:28:13 +01:00

Set allow-plugins for Composer 2.2 (#2969)

This new configuration has been introduced with Composer 2.2: https://github.com/composer/composer/releases/tag/2.2.0-RC1
This commit is contained in:
Fabien Villepinte 2021-12-13 17:13:08 +01:00 committed by GitHub
parent ee0a041b17
commit c1fd316f0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,9 @@
"psr/log": "Required for using the Log middleware" "psr/log": "Required for using the Log middleware"
}, },
"config": { "config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true "sort-packages": true
}, },