Skip to content

Commit

Permalink
Allow the composer installer plugin for phpcodesniffer standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Mar 10, 2022
1 parent 19e253f commit bda49d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"allow-plugins": {
"composer/installers": true,
"drupal/core-composer-scaffold": true,
"cweagans/composer-patches": true
"cweagans/composer-patches": true,
"dealerdirect/phpcodesniffer-composer-installer": true
},
"platform": {
"php": "7.4"
Expand Down

0 comments on commit bda49d7

Please sign in to comment.