Skip to content

Commit e4eed74

Browse files
Add composer phpcbf and allow wordpress-core-installer (#55)
1 parent 85a02fc commit e4eed74

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
@@ -21,7 +21,8 @@
2121
"process-timeout": 7200,
2222
"sort-packages": true,
2323
"allow-plugins": {
24-
"dealerdirect/phpcodesniffer-composer-installer": true
24+
"dealerdirect/phpcodesniffer-composer-installer": true,
25+
"johnpbloch/wordpress-core-installer": true
2526
}
2627
},
2728
"extra": {
@@ -58,6 +59,7 @@
5859
"lint": "run-linter-tests",
5960
"phpcs": "run-phpcs-tests",
6061
"phpunit": "run-php-unit-tests",
62+
"phpcbf": "run-phpcbf-cleanup",
6163
"prepare-tests": "install-package-tests",
6264
"test": [
6365
"@lint",

0 commit comments

Comments
 (0)