diff --git a/composer.json b/composer.json index e5c5a0a..9d8473e 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,8 @@ "scripts": { "check-cs": "ecs check --ansi", "fix-cs": "ecs check --ansi --fix", - "phpstan": "phpstan --memory-limit=1G" + "phpstan": "phpstan --memory-limit=1G", + "ci": "ecs check --ansi --fix && phpstan --memory-limit=1G" }, "config": { "sort-packages": true,