Skip to content

Commit eb8d716

Browse files
Add composer phpcbf and allow wordpress-core-installer (#319)
1 parent 2fb271e commit eb8d716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"process-timeout": 7200,
2323
"sort-packages": true,
2424
"allow-plugins": {
25-
"dealerdirect/phpcodesniffer-composer-installer": true
25+
"dealerdirect/phpcodesniffer-composer-installer": true,
26+
"johnpbloch/wordpress-core-installer": true
2627
}
2728
},
2829
"extra": {
@@ -57,6 +58,7 @@
5758
"behat-rerun": "rerun-behat-tests",
5859
"lint": "run-linter-tests",
5960
"phpcs": "run-phpcs-tests",
61+
"phpcbf": "run-phpcbf-cleanup",
6062
"phpunit": "run-php-unit-tests",
6163
"prepare-tests": "install-package-tests",
6264
"test": [

0 commit comments

Comments
 (0)