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 2323 },
2424 "require" : {
2525 "php" : " ^7.3" ,
26- "phpstan/phpstan" : " ^ 0.12.7" ,
26+ "phpstan/phpstan" : " >= 0.12.7 <=1.2.0 " ,
2727 "nette/utils" : " ^3.1.0" ,
2828 "webmozart/path-util" : " ^2.3.0" ,
2929 "thecodingmachine/safe" : " ^1.0.3" ,
3030 "nette/neon" : " ^3.1.0"
3131 },
3232 "license" : " MIT" ,
33- "require-dev" : {
34- "symplify/easy-coding-standard" : " ^7.1.0"
35- },
3633 "scripts" : {
3734 "check" : [
38- " @check-cs" ,
3935 " @phpstan"
4036 ],
41- "ecs" : " ecs check src" ,
42- "ecs-fix" : " ecs check src --fix" ,
4337 "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"
4639 }
4740}
You can’t perform that action at this time.
0 commit comments