Skip to content

Commit

Permalink
updated phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 9, 2021
1 parent 3e77720 commit 90abe95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require-dev": {
"nette/tester": "^2.4",
"tracy/tracy": "^2.8.8",
"phpstan/phpstan": "^0.12"
"phpstan/phpstan": "^1.0"
},
"autoload": {
"classmap": ["src/"]
Expand Down
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
parameters:
level: 5
level: 6

paths:
- src

0 comments on commit 90abe95

Please sign in to comment.