From 8654dbbe4c71c11c1c446385cea7477112d4bd87 Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Fri, 21 Nov 2025 17:49:07 +0100 Subject: [PATCH] feat: allow PHPUnit 9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 79f0174..b339741 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ext-json": "*", "ext-libxml": "*", "composer-runtime-api": "^2.0", - "phpunit/phpunit": "^10.0|^11.0|^12.0", + "phpunit/phpunit": "^9.6|^10.0|^11.0|^12.0", "symfony/property-access": "^5.2|^6.2|^7.0|^8.0", "symfony/serializer": "^5.2|^6.2|^7.0|^8.0", "symfony/yaml": "^5.2|^6.2|^7.0|^8.0"