Skip to content

Commit 39d0c23

Browse files
committed
Allow Composer plugins to run
1 parent a9524b4 commit 39d0c23

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)