From 2763c23bcd4b79d5872ea8b87ddaf34bdf7f6023 Mon Sep 17 00:00:00 2001 From: ADmad Date: Sun, 27 Oct 2024 21:06:46 +0530 Subject: [PATCH] Allow PHPUnit 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b1ef3608..c5164c46 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "intervention/gif": "^4.2" }, "require-dev": { - "phpunit/phpunit": "^10.0", + "phpunit/phpunit": "^10.0 || ^11.0", "mockery/mockery": "^1.6", "phpstan/phpstan": "^1", "squizlabs/php_codesniffer": "^3.8",