Skip to content

Commit 120d13d

Browse files
Add composer phpcbf and allow wordpress-core-installer (#98)
1 parent ec86470 commit 120d13d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"process-timeout": 7200,
2323
"sort-packages": true,
2424
"allow-plugins": {
25-
"dealerdirect/phpcodesniffer-composer-installer": true
25+
"dealerdirect/phpcodesniffer-composer-installer": true,
26+
"johnpbloch/wordpress-core-installer": true
2627
}
2728
},
2829
"extra": {
@@ -50,6 +51,7 @@
5051
"behat-rerun": "rerun-behat-tests",
5152
"lint": "run-linter-tests",
5253
"phpcs": "run-phpcs-tests",
54+
"phpcbf": "run-phpcbf-cleanup",
5355
"phpunit": "run-php-unit-tests",
5456
"prepare-tests": "install-package-tests",
5557
"test": [

0 commit comments

Comments
 (0)