From fdd428d2af7d5a6cdf0f3789ab4d1f199baef68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Niedzielski?= Date: Wed, 22 May 2024 11:54:41 +0200 Subject: [PATCH] Bumped PHPUnit version to 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aaa0be373d..1045950c62 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ "friends-of-behat/mink-extension": "^2.4", "ibexa/ci-scripts": "^0.2@dev", "ibexa/code-style": "^1.0", - "phpunit/phpunit": "^8.2", + "phpunit/phpunit": "^9.6", "matthiasnoback/symfony-dependency-injection-test": "^4.1", "symfony/phpunit-bridge": "^5.1", "symfony/proxy-manager-bridge": "^5.3",