Skip to content

Commit 5d081c8

Browse files
authored
Bump phpstan/phpstan to ^2.0 (#94)
* [Composer] Bump phpstan/phpstan to ^2.0 * [PHPStan] Regenerated PHPStan baseline
1 parent 6ce821f commit 5d081c8

File tree

2 files changed

+713
-220
lines changed

2 files changed

+713
-220
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"phpunit/phpunit": "^8.2",
6161
"matthiasnoback/symfony-dependency-injection-test": "4.3",
6262
"symfony/phpunit-bridge": "^5.3",
63-
"phpstan/phpstan": "^1.10",
64-
"phpstan/phpstan-phpunit": "^1.3",
65-
"phpstan/phpstan-symfony": "^1.3"
63+
"phpstan/phpstan": "^2.0",
64+
"phpstan/phpstan-phpunit": "^2.0",
65+
"phpstan/phpstan-symfony": "^2.0"
6666
},
6767
"scripts": {
6868
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",

0 commit comments

Comments
 (0)