Skip to content

Commit 66712a2

Browse files
Merge pull request #320 from wp-cli/add/allow-wordpress-core-installer
Add `"johnpbloch/wordpress-core-installer": true` to `composer.json`
2 parents 68f1fcf + e3daa9f commit 66712a2

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
@@ -30,7 +30,8 @@
3030
"process-timeout": 7200,
3131
"sort-packages": true,
3232
"allow-plugins": {
33-
"dealerdirect/phpcodesniffer-composer-installer": true
33+
"dealerdirect/phpcodesniffer-composer-installer": true,
34+
"johnpbloch/wordpress-core-installer": true
3435
}
3536
},
3637
"extra": {

0 commit comments

Comments
 (0)