From 3c0fbc0fc5395e00e40a5708e330ec1ef3cc7fa8 Mon Sep 17 00:00:00 2001 From: Tim van Dijen Date: Tue, 19 Mar 2024 20:45:16 +0100 Subject: [PATCH] Drop support for phpunit 9.5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5121776..d4231c4 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0", + "phpunit/phpunit": "^10.0 || ^11.0", "slevomat/coding-standard": "^8.15", "symfony/phpunit-bridge": "^6.4 || ^7.0" },