Skip to content

Commit

Permalink
Merge pull request #303 from wp-cli/fix/allow-composer-plugins
Browse files Browse the repository at this point in the history
Allow Composer plugins to run
  • Loading branch information
schlessera authored Jan 25, 2022
2 parents c07b2fa + db7c069 commit 2b4508b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 2b4508b

Please sign in to comment.