Skip to content

Commit 130b61d

Browse files
authored
Merge pull request #310 from wp-cli/fix/allow-composer-plugins
Allow Composer plugins to run
2 parents a9524b4 + 39d0c23 commit 130b61d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
},
2929
"config": {
3030
"process-timeout": 7200,
31-
"sort-packages": true
31+
"sort-packages": true,
32+
"allow-plugins": {
33+
"dealerdirect/phpcodesniffer-composer-installer": true
34+
}
3235
},
3336
"extra": {
3437
"branch-alias": {

0 commit comments

Comments
 (0)