Skip to content

Commit 9210566

Browse files
committed
composer.json: upgrade PHPStan to major version 2
1 parent d7cf9ac commit 9210566

10 files changed

Lines changed: 168 additions & 117 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
},
4747
"require-dev": {
4848
"phpstan/extension-installer": "^1.2",
49-
"phpstan/phpstan": "^1.10",
50-
"phpstan/phpstan-deprecation-rules": "^1.1",
51-
"phpstan/phpstan-phpunit": "^1.3",
52-
"phpstan/phpstan-strict-rules": "^1.5",
49+
"phpstan/phpstan": "^2.1",
50+
"phpstan/phpstan-deprecation-rules": "^2.0",
51+
"phpstan/phpstan-phpunit": "^2.0",
52+
"phpstan/phpstan-strict-rules": "^2.0",
5353
"phpunit/phpunit": "^12.0",
5454
"slevomat/coding-standard": "^8.11",
5555
"squizlabs/php_codesniffer": "^3.7"

composer.lock

Lines changed: 48 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)