Commit 27159ac Tomas Pospisil
committed
1 parent 34fe510 commit 27159ac Copy full SHA for 27159ac
File tree 3 files changed +6
-3897
lines changed
3 files changed +6
-3897
lines changed Original file line number Diff line number Diff line change 28
28
},
29
29
"license" : " MIT" ,
30
30
"require-dev" : {
31
- "jakub-onderka/php-console-highlighter" : " ^0.4" ,
32
- "jakub-onderka/php-parallel-lint" : " 1.0.*" ,
33
- "noximo/phpstan-fileoutput" : " 0.1.*" ,
34
- "phpstan/phpstan" : " ^0.11" ,
35
- "phpstan/phpstan-deprecation-rules" : " ^0.11" ,
36
- "phpstan/phpstan-strict-rules" : " ^0.11" ,
31
+ "php-parallel-lint/php-parallel-lint" : " ^v1.0.0" ,
32
+ "phpstan/phpstan" : " ^0.12" ,
33
+ "phpstan/phpstan-deprecation-rules" : " ^0.12" ,
34
+ "phpstan/phpstan-strict-rules" : " ^0.12" ,
37
35
"roave/security-advisories" : " dev-master" ,
38
36
"symplify/easy-coding-standard" : " ^6.0"
39
37
},
40
38
"scripts" : {
41
39
"check-cs" : " ecs check src examples" ,
42
40
"fix-cs" : " ecs check src examples --fix" ,
43
41
"lint" : " parallel-lint --colors --exclude vendor ." ,
44
- "phpstan" : " phpstan analyze src examples --level max -c phpstan.neon --error-format=fileoutput " ,
42
+ "phpstan" : " phpstan analyze src examples --level max -c phpstan.neon" ,
45
43
"test" : [
46
44
" @lint" ,
47
45
" @check-cs" ,
You can’t perform that action at this time.
0 commit comments