Skip to content

Commit ee0d2bd

Browse files
Merge pull request #441 from wp-cli/update/allow-wordpress-core-installer
Allow `johnpbloch/wordpress-core-installer` to write
2 parents db47ec5 + 6e618df commit ee0d2bd

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
@@ -46,7 +46,8 @@
4646
},
4747
"config": {
4848
"allow-plugins": {
49-
"dealerdirect/phpcodesniffer-composer-installer": true
49+
"dealerdirect/phpcodesniffer-composer-installer": true,
50+
"johnpbloch/wordpress-core-installer": true
5051
},
5152
"platform": {
5253
"php": "5.6"

0 commit comments

Comments
 (0)