Skip to content

Commit 9dd7886

Browse files
authored
PHPLIB-844: Explicitly allow phpcodesniffer-composer-installer plugin (#915)
1 parent 0bf583c commit 9dd7886

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@
3333
"branch-alias": {
3434
"dev-master": "1.13.x-dev"
3535
}
36+
},
37+
"config": {
38+
"allow-plugins": {
39+
"dealerdirect/phpcodesniffer-composer-installer": true
40+
}
3641
}
3742
}

0 commit comments

Comments
 (0)