Skip to content

Commit a1345d2

Browse files
Add composer phpcbf and allow wordpress-core-installer (#169)
1 parent 30eb501 commit a1345d2

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
@@ -24,7 +24,8 @@
2424
"process-timeout": 7200,
2525
"sort-packages": true,
2626
"allow-plugins": {
27-
"dealerdirect/phpcodesniffer-composer-installer": true
27+
"dealerdirect/phpcodesniffer-composer-installer": true,
28+
"johnpbloch/wordpress-core-installer": true
2829
}
2930
},
3031
"extra": {
@@ -56,6 +57,7 @@
5657
"behat-rerun": "rerun-behat-tests",
5758
"lint": "run-linter-tests",
5859
"phpcs": "run-phpcs-tests",
60+
"phpcbf": "run-phpcbf-cleanup",
5961
"phpunit": "run-php-unit-tests",
6062
"prepare-tests": "install-package-tests",
6163
"test": [

0 commit comments

Comments
 (0)