Skip to content

Commit ffb153a

Browse files
author
lalshe
committed
Allow to run composer plugin dealerdirect/phpcodesniffer-composer
Required for composer 2.2+
1 parent 91321e5 commit ffb153a

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
@@ -46,6 +46,11 @@
4646
"TheCodingMachine\\GraphQLite\\Validator\\" : "tests/"
4747
}
4848
},
49+
"config": {
50+
"allow-plugins": {
51+
"dealerdirect/phpcodesniffer-composer-installer": true
52+
}
53+
},
4954
"extra": {
5055
"branch-alias": {
5156
"dev-master": "5.0.x-dev"

0 commit comments

Comments
 (0)