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 30eb501 commit a1345d2Copy full SHA for a1345d2
composer.json
@@ -24,7 +24,8 @@
24
"process-timeout": 7200,
25
"sort-packages": true,
26
"allow-plugins": {
27
- "dealerdirect/phpcodesniffer-composer-installer": true
+ "dealerdirect/phpcodesniffer-composer-installer": true,
28
+ "johnpbloch/wordpress-core-installer": true
29
}
30
},
31
"extra": {
@@ -56,6 +57,7 @@
56
57
"behat-rerun": "rerun-behat-tests",
58
"lint": "run-linter-tests",
59
"phpcs": "run-phpcs-tests",
60
+ "phpcbf": "run-phpcbf-cleanup",
61
"phpunit": "run-php-unit-tests",
62
"prepare-tests": "install-package-tests",
63
"test": [
0 commit comments