Skip to content

Commit 6b195e3

Browse files
Add composer phpcbf and allow wordpress-core-installer (#179)
1 parent 168cba0 commit 6b195e3

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": {
@@ -51,6 +52,7 @@
5152
"behat-rerun": "rerun-behat-tests",
5253
"lint": "run-linter-tests",
5354
"phpcs": "run-phpcs-tests",
55+
"phpcbf": "run-phpcbf-cleanup",
5456
"phpunit": "run-php-unit-tests",
5557
"prepare-tests": "install-package-tests",
5658
"test": [

0 commit comments

Comments
 (0)