Skip to content

Commit 013a0ab

Browse files
Update to PHPStan 2.x (#2927)
PHPStan must be updated to 2.x in conjunction with the rest of the PHPStan plugins, something Dependabot can't do. This PR manually updates PHPStan and associated plugins to 2.x. All new errors are ignored.
1 parent 14d0bee commit 013a0ab

File tree

4 files changed

+12266
-6519
lines changed

4 files changed

+12266
-6519
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
"ext-zip": "*",
5151
"fakerphp/faker": "1.24.1",
5252
"friendsofphp/php-cs-fixer": "3.75.0",
53-
"larastan/larastan": "^2.7",
53+
"larastan/larastan": "3.4.1",
5454
"laravel/dusk": "8.3.2",
5555
"mockery/mockery": "1.6.12",
5656
"phpstan/extension-installer": "1.4.3",
57-
"phpstan/phpstan": "1.12.27",
58-
"phpstan/phpstan-deprecation-rules": "1.2.1",
59-
"phpstan/phpstan-mockery": "1.1.3",
60-
"phpstan/phpstan-phpunit": "1.4.0",
61-
"phpstan/phpstan-strict-rules": "1.6.1",
57+
"phpstan/phpstan": "2.1.17",
58+
"phpstan/phpstan-deprecation-rules": "2.0.3",
59+
"phpstan/phpstan-mockery": "2.0.0",
60+
"phpstan/phpstan-phpunit": "2.0.6",
61+
"phpstan/phpstan-strict-rules": "2.0.4",
6262
"phpunit/phpunit": "10.5.40"
6363
},
6464
"suggest": {

0 commit comments

Comments
 (0)