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