File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 vendor/bin/codefixer src tests
1313
1414phpstan :
15- vendor/bin/phpstan analyse -l max -c phpstan.neon src
15+ vendor/bin/phpstan analyse -l 8 -c phpstan.neon src
1616
1717tests :
1818 vendor/bin/tester -s -p php --colors 1 -C tests/cases
Original file line number Diff line number Diff line change 2626 "nette/di" : " ^3.0.0" ,
2727 "ninjify/nunjuck" : " ^0.4" ,
2828 "ninjify/qa" : " ^0.12" ,
29- "phpstan/phpstan" : " ^0.12 " ,
30- "phpstan/phpstan-deprecation-rules" : " ^0.12 " ,
31- "phpstan/phpstan-nette" : " ^0.12 " ,
32- "phpstan/phpstan-strict-rules" : " ^0.12 " ,
29+ "phpstan/phpstan" : " ^1.0 " ,
30+ "phpstan/phpstan-deprecation-rules" : " ^1.0 " ,
31+ "phpstan/phpstan-nette" : " ^1.0 " ,
32+ "phpstan/phpstan-strict-rules" : " ^1.0 " ,
3333 "tracy/tracy" : " ^2.5.1"
3434 },
3535 "suggest" : {
You can’t perform that action at this time.
0 commit comments