Skip to content

Commit

Permalink
upgrade PHPStan and codeception
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek authored and f3l1x committed Jan 1, 2022
1 parent 7ec4b2b commit a86be99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ csf:
vendor/bin/codefixer src tests

phpstan:
vendor/bin/phpstan analyse -l max -c phpstan.neon src
vendor/bin/phpstan analyse -l 8 -c phpstan.neon src

tests:
vendor/bin/codecept run
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"require-dev": {
"codeception/codeception": "^4.1.0",
"codeception/module-asserts": "^1.3.0",
"codeception/module-phpbrowser": "^1.0.0",
"codeception/module-asserts": "^1.3.0|^2.0.0",
"codeception/module-phpbrowser": "^1.0.0|^2.0.0",
"nette/di": "^3.0.0",
"nette/application": "^3.0.0",
"ninjify/qa": "^0.12.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-nette": "^0.12"
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-nette": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a86be99

Please sign in to comment.