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 abb4285 commit 8e7202bCopy full SHA for 8e7202b
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": {
@@ -52,6 +53,7 @@
52
53
"behat-rerun": "rerun-behat-tests",
54
"lint": "run-linter-tests",
55
"phpcs": "run-phpcs-tests",
56
+ "phpcbf": "run-phpcbf-cleanup",
57
"phpunit": "run-php-unit-tests",
58
"prepare-tests": "install-package-tests",
59
"test": [
0 commit comments