Skip to content

Commit

Permalink
Update phpstan to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 20, 2024
1 parent a18b00d commit 05f96d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
},
"require-dev": {
"infection/infection": "^0.27.11",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^10.5",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.23",
"doctrine/coding-standard": "^12.0",
"phpstan/phpstan-strict-rules": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1.2"
"phpstan/phpstan-strict-rules": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 05f96d7

Please sign in to comment.