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 16889bf commit 366fc58Copy full SHA for 366fc58
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": {
@@ -58,6 +59,7 @@
58
59
"behat-rerun": "rerun-behat-tests",
60
"lint": "run-linter-tests",
61
"phpcs": "run-phpcs-tests",
62
+ "phpcbf": "run-phpcbf-cleanup",
63
"phpunit": "run-php-unit-tests",
64
"prepare-tests": "install-package-tests",
65
"test": [
0 commit comments