Skip to content

Commit ccf8263

Browse files
Add composer phpcbf and allow wordpress-core-installer (#70)
1 parent a84eadc commit ccf8263

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
@@ -21,7 +21,8 @@
2121
"process-timeout": 7200,
2222
"sort-packages": true,
2323
"allow-plugins": {
24-
"dealerdirect/phpcodesniffer-composer-installer": true
24+
"dealerdirect/phpcodesniffer-composer-installer": true,
25+
"johnpbloch/wordpress-core-installer": true
2526
}
2627
},
2728
"extra": {
@@ -58,6 +59,7 @@
5859
"behat-rerun": "rerun-behat-tests",
5960
"lint": "run-linter-tests",
6061
"phpcs": "run-phpcs-tests",
62+
"phpcbf": "run-phpcbf-cleanup",
6163
"phpunit": "run-php-unit-tests",
6264
"prepare-tests": "install-package-tests",
6365
"test": [

0 commit comments

Comments
 (0)