diff --git a/composer.json b/composer.json index 4446f6e..07afdfc 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,9 @@ "EzSystems\\RecommendationBundle\\": "" } }, + "scripts": { + "fix-cs": "@php ./vendor/bin/php-cs-fixer fix -v --show-progress=estimating" + }, "extra": { "branch-alias": { "dev-master": "1.2.x-dev"