Skip to content

Commit

Permalink
Update phpstan to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Nov 13, 2024
1 parent 6211567 commit aeabf9d
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 @@ -23,14 +23,14 @@
},
"require-dev": {
"phpunit/phpunit": "^9.6",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan": "^2.0",
"infection/infection": "^0.27",
"vimeo/psalm": "^5.22",
"psalm/plugin-phpunit": "^0.18.4",
"doctrine/coding-standard": "^12.0",
"squizlabs/php_codesniffer": "^3.9",
"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 aeabf9d

Please sign in to comment.