Skip to content

Commit

Permalink
Set allow-plugins for Composer 2.2 (#465)
Browse files Browse the repository at this point in the history
This new configuration has been introduced with Composer 2.2: https://github.com/composer/composer/releases/tag/2.2.0-RC1
  • Loading branch information
villfa authored Dec 13, 2021
1 parent 53b1962 commit 085fb09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
}
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
},
"preferred-install": "dist",
"sort-packages": true
}
Expand Down

0 comments on commit 085fb09

Please sign in to comment.