composer: fqn paths

This commit is contained in:
TomasVotruba 2017-11-13 02:57:38 +01:00
parent faed039e5c
commit 710a37c118

View File

@ -55,8 +55,8 @@
},
"scripts": {
"all": ["@check-cs", "phpunit"],
"check-cs": "ecs check bin packages src tests",
"fix-cs": "ecs check bin packages src tests --fix",
"check-cs": "vendor/bin/ecs check bin packages src tests",
"fix-cs": "vendor/bin/ecs check bin packages src tests --fix",
"phpstan": "vendor/bin/phpstan.phar analyse packages src tests --level max --configuration phpstan.neon"
},
"bin": [