From d6a467381dac5445d8fec483f4409648370fe472 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Thu, 29 Feb 2024 14:41:26 +0100 Subject: [PATCH] feat: allow phpunit 10 and 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2256abf..999f9be 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7 || ^8 || ^9", + "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "phpstan/phpstan": "^1.10", "wdes/coding-standard": "^3.3.2", "swaggest/json-schema": "^0.12.42"