From 57bdb42e2a4b498c9d07c527d701c1780cc52d0e Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Sun, 4 Feb 2024 11:34:58 +0100 Subject: [PATCH] feat: allow phpunit v11 (#92) --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index ea87d1b..82c0084 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.2", "league/construct-finder": "^1.2", - "phpunit/phpunit": "^10", + "phpunit/phpunit": "^10.1 || ^11", "thecodingmachine/safe": "^2" }, "require-dev": { @@ -32,7 +32,6 @@ "phpstan/phpstan": "^1", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1", - "phpunit/phpunit": "^10.1", "thecodingmachine/phpstan-safe-rule": "^1.0" }, "config": {