Skip to content

Commit 112ab8a

Browse files
Add composer phpcbf and allow wordpress-core-installer (#154)
1 parent 14a50df commit 112ab8a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"process-timeout": 7200,
2929
"sort-packages": true,
3030
"allow-plugins": {
31-
"dealerdirect/phpcodesniffer-composer-installer": true
31+
"dealerdirect/phpcodesniffer-composer-installer": true,
32+
"johnpbloch/wordpress-core-installer": true
3233
}
3334
},
3435
"extra": {
@@ -64,6 +65,7 @@
6465
"behat-rerun": "rerun-behat-tests",
6566
"lint": "run-linter-tests",
6667
"phpcs": "run-phpcs-tests",
68+
"phpcbf": "run-phpcbf-cleanup",
6769
"phpunit": "run-php-unit-tests",
6870
"prepare-tests": "install-package-tests",
6971
"test": [

0 commit comments

Comments
 (0)