Skip to content

Commit 5fd7cbf

Browse files
authored
Set allow-plugins for Composer 2.2 (#505)
This new configuration has been introduced with Composer 2.2: https://github.com/composer/composer/releases/tag/2.2.0-RC1
1 parent 77e9746 commit 5fd7cbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"ext-pcre": "Required to use most of the library."
4242
},
4343
"config": {
44+
"allow-plugins": {
45+
"bamarni/composer-bin-plugin": true
46+
},
4447
"preferred-install": "dist"
4548
},
4649
"extra": {

0 commit comments

Comments
 (0)