Skip to content

Commit 05f96d7

Browse files
Update phpstan to version 2
1 parent a18b00d commit 05f96d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"require-dev": {
1919
"infection/infection": "^0.27.11",
20-
"phpstan/phpstan": "^1.12",
20+
"phpstan/phpstan": "^2.0",
2121
"phpunit/phpunit": "^10.5",
2222
"psalm/plugin-phpunit": "^0.19.0",
2323
"vimeo/psalm": "^5.23",
2424
"doctrine/coding-standard": "^12.0",
25-
"phpstan/phpstan-strict-rules": "^1.5",
26-
"phpstan/phpstan-deprecation-rules": "^1.2"
25+
"phpstan/phpstan-strict-rules": "^2.0",
26+
"phpstan/phpstan-deprecation-rules": "^2.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)