fix composer shortcut

This commit is contained in:
TomasVotruba 2017-08-06 19:00:25 +02:00
parent 2beb152e5f
commit a3dd2d7591

View File

@ -31,7 +31,7 @@
} }
}, },
"scripts": { "scripts": {
"all": ["phpunit", "@cs", "@ps"], "all": ["phpunit", "@check-cs", "@phpstan"],
"check-cs": "ecs check bin src tests", "check-cs": "ecs check bin src tests",
"fix-cs": "ecs check bin src tests --fix", "fix-cs": "ecs check bin src tests --fix",
"phpstan": "phpstan analyse bin src tests --level 7 --configuration phpstan.neon" "phpstan": "phpstan analyse bin src tests --level 7 --configuration phpstan.neon"