Skip to content

Commit 51f1bd6

Browse files
authored
Add Composer allow-plugins config (#89)
* Add Composer allow-plugins config * Fix indentation and trailing comma * Composer: consolidate config keys
1 parent acb84b4 commit 51f1bd6

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
@@ -21,7 +21,10 @@
2121
"source": "https://github.com/sirbrillig/phpcs-neutron-standard"
2222
},
2323
"config": {
24-
"sort-order": true
24+
"sort-order": true,
25+
"allow-plugins": {
26+
"dealerdirect/phpcodesniffer-composer-installer": true
27+
}
2528
},
2629
"autoload": {
2730
"psr-4": {

0 commit comments

Comments
 (0)