From e4eed74c467199849195b8b5e10cd674a3c4eaed Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 17 Feb 2023 07:08:21 -0800 Subject: [PATCH] Add `composer phpcbf` and allow `wordpress-core-installer` (#55) --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0cfb31d7..fb056fca 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,8 @@ "process-timeout": 7200, "sort-packages": true, "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true + "dealerdirect/phpcodesniffer-composer-installer": true, + "johnpbloch/wordpress-core-installer": true } }, "extra": { @@ -58,6 +59,7 @@ "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", "phpunit": "run-php-unit-tests", + "phpcbf": "run-phpcbf-cleanup", "prepare-tests": "install-package-tests", "test": [ "@lint",