Skip to content

Commit 3fd521a

Browse files
committed
phpstan 2
1 parent e642288 commit 3fd521a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"php-cs-fixer/shim": "^3.59.3",
4545
"guzzlehttp/guzzle": "^7.8.1",
4646
"http-interop/http-factory-guzzle": "^1.2.0",
47-
"phpstan/phpstan": "^1.11.5",
47+
"phpstan/phpstan": "^2.0",
4848
"phpstan/extension-installer": "^1.4.1",
49-
"phpstan/phpstan-strict-rules": "^1.6.0",
50-
"phpstan/phpstan-phpunit": "^1.4.0",
51-
"phpstan/phpstan-deprecation-rules": "^1.2.0"
49+
"phpstan/phpstan-strict-rules": "^2.0",
50+
"phpstan/phpstan-phpunit": "^2.0",
51+
"phpstan/phpstan-deprecation-rules": "^2.0"
5252
},
5353
"scripts": {
5454
"lint": [

0 commit comments

Comments
 (0)