diff --git a/composer.json b/composer.json index 4f0bf6b..4bc813e 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,6 @@ }, "scripts": { "test": "@php vendor/bin/phpunit", - "style": "@php vendor/bin/php-cs-fixer fix" + "style": "@php vendor/bin/php-cs-fixer fix --config ./.php-cs-fixer.dist.php" } }