From e617b77143c81e6a4c3e6ff101c53a4f50979f3f Mon Sep 17 00:00:00 2001 From: Christopher Georg Date: Sat, 3 Feb 2024 12:11:40 +0100 Subject: [PATCH] feat: add support for PHPUnit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cdf4c5b..88f4ec4 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^7.0 || ^8.0", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0" + "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.0 || ^9.0 || ^10.0 || ^11.0.1" }, "autoload": { "psr-4": {