Skip to content

Commit 69a404e

Browse files
committed
[Composer] Bumped PHPStan to ^2.0
1 parent d1411f7 commit 69a404e

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
@@ -47,10 +47,10 @@
4747
"ibexa/search": "~5.0.x-dev",
4848
"ibexa/test-core": "~5.0.x-dev",
4949
"ibexa/user": "~5.0.x-dev",
50-
"phpunit/phpunit": "^9.5",
51-
"phpstan/phpstan": "^1.12",
52-
"phpstan/phpstan-phpunit": "^1.4",
53-
"phpstan/phpstan-symfony": "^1.4"
50+
"phpstan/phpstan": "^2.0",
51+
"phpstan/phpstan-phpunit": "^2.0",
52+
"phpstan/phpstan-symfony": "^2.0",
53+
"phpunit/phpunit": "^9.5"
5454
},
5555
"scripts": {
5656
"fix-cs": "php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots",

0 commit comments

Comments
 (0)