Skip to content

Commit

Permalink
Merge pull request #202 from wp-cli/add/composer-allowed-plugins
Browse files Browse the repository at this point in the history
Add `dealerdirect/phpcodesniffer-composer-installer` to allowed plugins
  • Loading branch information
danielbachhuber authored Aug 8, 2022
2 parents 40a0cb9 + 17e2c13 commit 705b8a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
},
"config": {
"process-timeout": 7200,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down
5 changes: 4 additions & 1 deletion templates/composer.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
},
"config": {
"process-timeout": 7200,
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit 705b8a6

Please sign in to comment.