We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
composer phpcbf
wordpress-core-installer
1 parent 2fb271e commit eb8d716Copy full SHA for eb8d716
composer.json
@@ -22,7 +22,8 @@
22
"process-timeout": 7200,
23
"sort-packages": true,
24
"allow-plugins": {
25
- "dealerdirect/phpcodesniffer-composer-installer": true
+ "dealerdirect/phpcodesniffer-composer-installer": true,
26
+ "johnpbloch/wordpress-core-installer": true
27
}
28
},
29
"extra": {
@@ -57,6 +58,7 @@
57
58
"behat-rerun": "rerun-behat-tests",
59
"lint": "run-linter-tests",
60
"phpcs": "run-phpcs-tests",
61
+ "phpcbf": "run-phpcbf-cleanup",
62
"phpunit": "run-php-unit-tests",
63
"prepare-tests": "install-package-tests",
64
"test": [
0 commit comments