mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-11 02:49:42 +01:00
composer: fqn paths
This commit is contained in:
parent
faed039e5c
commit
710a37c118
@ -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": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user