Skip to content

Commit

Permalink
Add the allow-plugins composer configuration (https://getcomposer.org…
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 27, 2022
1 parent 827957e commit 36b1485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
"minimum-stability": "stable",
"prefer-stable": true,
"config": {
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"cweagans/composer-patches": true
},
"platform": {
"php": "7.4"
},
Expand Down

0 comments on commit 36b1485

Please sign in to comment.