From 23303cad5441d43aea1ae7b87b00207328a16cbc Mon Sep 17 00:00:00 2001 From: Alexej Leinweber Date: Tue, 18 Mar 2025 11:46:03 +0100 Subject: [PATCH] chore: Bump to phpunit 12 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2706725..cc108f5 100644 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ "require-dev": { "brainbits/phpcs-standard": "^7.0.1", "brainbits/phpstan-rules": "^4.0", - "matthiasnoback/symfony-config-test": "^5.1", + "matthiasnoback/symfony-config-test": "^6.0", "matthiasnoback/symfony-dependency-injection-test": "^6.0", "mikey179/vfsstream": "^1.6.11", "phpstan/phpstan": "^2.1.1", - "phpunit/phpunit": "^11.5", + "phpunit/phpunit": "^12.0", "predis/predis": "^2.2", "symfony/clock": "^6.4|^7.0", "symfony/config": "^6.4|^7.0",