fix composer shortcut

This commit is contained in:
TomasVotruba 2017-08-06 19:00:25 +02:00
parent 2beb152e5f
commit a3dd2d7591
1 changed files with 1 additions and 1 deletions

View File

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