Skip to content

Commit db7c069

Browse files
committed
Allow Composer plugins to run
1 parent c07b2fa commit db7c069

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
@@ -20,7 +20,10 @@
2020
},
2121
"config": {
2222
"process-timeout": 7200,
23-
"sort-packages": true
23+
"sort-packages": true,
24+
"allow-plugins": {
25+
"dealerdirect/phpcodesniffer-composer-installer": true
26+
}
2427
},
2528
"extra": {
2629
"branch-alias": {

0 commit comments

Comments
 (0)