Skip to content

Commit fdc7016

Browse files
petrparolekf3l1x
authored andcommitted
upgrade PHPStan
1 parent 48c8953 commit fdc7016

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ csf:
1212
vendor/bin/codefixer src tests
1313

1414
phpstan:
15-
vendor/bin/phpstan analyse -l max -c phpstan.neon src
15+
vendor/bin/phpstan analyse -l 8 -c phpstan.neon src
1616

1717
tests:
1818
vendor/bin/tester -s -p php --colors 1 -C tests/cases

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
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": {

0 commit comments

Comments
 (0)