Skip to content

Commit a5b6865

Browse files
committed
add allow-plugins config for composer 2.2+
1 parent 9decceb commit a5b6865

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
@@ -35,5 +35,10 @@
3535
"escapestudios/symfony2-coding-standard": "^3.10.0",
3636
"slevomat/coding-standard": "^7.0.1",
3737
"squizlabs/php_codesniffer": "^3.6.0"
38+
},
39+
"config": {
40+
"allow-plugins": {
41+
"dealerdirect/phpcodesniffer-composer-installer": true
42+
}
3843
}
3944
}

0 commit comments

Comments
 (0)