Skip to content

Commit 03865a3

Browse files
Allow a couple of Composer plugins (#63)
1 parent bace4b7 commit 03865a3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
"php": "5.4"
2525
},
2626
"process-timeout": 7200,
27-
"sort-packages": true
27+
"sort-packages": true,
28+
"allow-plugins": {
29+
"dealerdirect/phpcodesniffer-composer-installer": true,
30+
"johnpbloch/wordpress-core-installer": true
31+
}
2832
},
2933
"scripts": {
3034
"lint": "run-linter-tests",

0 commit comments

Comments
 (0)