We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer phpcbf
wordpress-core-installer
1 parent 14a50df commit 112ab8aCopy full SHA for 112ab8a
1 file changed
composer.json
@@ -28,7 +28,8 @@
28
"process-timeout": 7200,
29
"sort-packages": true,
30
"allow-plugins": {
31
- "dealerdirect/phpcodesniffer-composer-installer": true
+ "dealerdirect/phpcodesniffer-composer-installer": true,
32
+ "johnpbloch/wordpress-core-installer": true
33
}
34
},
35
"extra": {
@@ -64,6 +65,7 @@
64
65
"behat-rerun": "rerun-behat-tests",
66
"lint": "run-linter-tests",
67
"phpcs": "run-phpcs-tests",
68
+ "phpcbf": "run-phpcbf-cleanup",
69
"phpunit": "run-php-unit-tests",
70
"prepare-tests": "install-package-tests",
71
"test": [
0 commit comments