Skip to content

Commit 675407c

Browse files
committed
Use PHPStan 2.1.x
1 parent 336d6ba commit 675407c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^7.5.15|^8.5|^9.0",
24-
"phpstan/phpstan": "^1.9",
25-
"phpstan/phpstan-strict-rules": "^1.6",
24+
"phpstan/phpstan": "^2.1",
25+
"phpstan/phpstan-strict-rules": "^2.0",
2626
"friendsofphp/php-cs-fixer": "^3.0",
2727
"vimeo/psalm": "^5.26|^6.13"
2828
},

0 commit comments

Comments
 (0)