Skip to content

Commit

Permalink
Allow-plugins is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
thollebellcom authored and andriyun committed Jul 8, 2022
1 parent 04b005b commit 0d32e56
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,17 @@
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/installers": true,
"cweagans/composer-patches": true,
"simplesamlphp/composer-module-installer": true,
"drupal/console-extend-plugin": true,
"drupal/core-composer-scaffold": true,
"drupal/core-project-message": true,
"zaporylie/composer-drupal-optimizations": true
}
},
"autoload": {
"classmap": [
Expand Down

0 comments on commit 0d32e56

Please sign in to comment.