Skip to content

Commit b58c56f

Browse files
Allow wordpress-core-installer in composer.json (#162)
1 parent c874569 commit b58c56f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
},
2828
"config": {
2929
"allow-plugins": {
30-
"dealerdirect/phpcodesniffer-composer-installer": true
30+
"dealerdirect/phpcodesniffer-composer-installer": true,
31+
"johnpbloch/wordpress-core-installer": true
3132
},
3233
"sort-packages": true
3334
},

0 commit comments

Comments
 (0)