Skip to content

Commit

Permalink
chore(#2): add allow plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Feb 17, 2022
1 parent 549cc89 commit 1a77df3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion drupal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,13 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true
}
},
"scripts": {
"post-create-project-cmd": ""
Expand Down

0 comments on commit 1a77df3

Please sign in to comment.