From 5421281165ad9030c15c53f50f18a737416c44f4 Mon Sep 17 00:00:00 2001 From: Nilambar Sharma Date: Mon, 25 Mar 2024 14:43:20 +0545 Subject: [PATCH] Add phpcbf composer script in scaffolded composer file --- templates/composer.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/composer.mustache b/templates/composer.mustache index d763e70..5929906 100644 --- a/templates/composer.mustache +++ b/templates/composer.mustache @@ -42,6 +42,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": [