File tree Expand file tree Collapse file tree 3 files changed +680
-420
lines changed Expand file tree Collapse file tree 3 files changed +680
-420
lines changed Original file line number Diff line number Diff line change 23
23
},
24
24
"require" : {
25
25
"php" : " ^7.1" ,
26
- "phpstan/phpstan" : " ^0.10"
26
+ "phpstan/phpstan" : " ^0.10" ,
27
+ "nette/utils" : " 2.5.*" ,
28
+ "webmozart/path-util" : " ^2.3" ,
29
+ "thecodingmachine/safe" : " ^0.1.9"
27
30
},
28
31
"license" : " MIT" ,
29
32
"require-dev" : {
30
- "symplify/easy-coding-standard" : " ^5.1 "
33
+ "symplify/easy-coding-standard" : " ^5.3 "
31
34
},
32
35
"scripts" : {
33
36
"check" : [
34
37
" @check-cs" ,
35
38
" @phpstan"
36
39
],
37
- "check-cs " : " ecs check src" ,
38
- "fix-cs " : " ecs check src --fix" ,
40
+ "ecs " : " ecs check src" ,
41
+ "ecs-fix " : " ecs check src --fix" ,
39
42
"phpstan" : " phpstan analyse src --level max --error-format=fileoutput" ,
40
- "phpstan-test" : " phpstan analyse src tests --level max --error-format=fileoutput --no-progress"
43
+ "phpstan-test" : " phpstan analyse src tests --level max --error-format=fileoutput --no-progress" ,
44
+ "check-cs-test" : " ecs check tests "
41
45
}
42
46
}
You can’t perform that action at this time.
0 commit comments