Allow johnpbloch/wordpress-core-installer in composer.json (#211)

This commit is contained in:
Daniel Bachhuber 2022-10-07 06:31:41 -07:00 committed by GitHub
parent acca457668
commit ab21f73f4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,8 @@
"process-timeout": 7200,
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
"dealerdirect/phpcodesniffer-composer-installer": true,
"johnpbloch/wordpress-core-installer": true
}
},
"extra": {