Skip to content

Commit

Permalink
Merge pull request #7149 from villfa/patch-1
Browse files Browse the repository at this point in the history
Set allow-plugins for Composer 2.2
  • Loading branch information
orklah committed Dec 14, 2021
2 parents 2cd7b19 + 19fd653 commit f036ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions composer.json
Expand Up @@ -60,6 +60,10 @@
"ext-curl": "In order to send data to shepherd"
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true,
"composer/package-versions-deprecated": true
},
"optimize-autoloader": true,
"sort-packages": true,
"platform-check": false
Expand Down

0 comments on commit f036ebc

Please sign in to comment.