From a1345d246a856fed3bd64fd69e08c44f8b46bbf4 Mon Sep 17 00:00:00 2001 From: Daniel Bachhuber Date: Fri, 17 Feb 2023 10:13:51 -0800 Subject: [PATCH] Add `composer phpcbf` and allow `wordpress-core-installer` (#169) --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 41a4f560..7f912e05 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,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": { @@ -56,6 +57,7 @@ "behat-rerun": "rerun-behat-tests", "lint": "run-linter-tests", "phpcs": "run-phpcs-tests", + "phpcbf": "run-phpcbf-cleanup", "phpunit": "run-php-unit-tests", "prepare-tests": "install-package-tests", "test": [