diff --git a/composer.json b/composer.json index bc3ed15..efe83a2 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,7 @@ "@fix:php:sniff" ], "fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php", - "fix:php:sniff": "phpcbf Classes Configuration Tests", + "fix:php:sniff": "phpcbf --standard=Build/phpcs/phpcs.xml Classes Configuration Tests", "phpstan:baseline": "phpstan --generate-baseline --allow-empty-baseline", "prepare-release": [ "rm -rf .Build", @@ -202,7 +202,6 @@ "rm package-lock.json", "rm package.json", "rm phive.xml", - "rm phpcs.xml", "rm phpstan-baseline.neon", "rm phpstan.neon", "rm rector.php",