From a5d62cef1d166acac59a85dcb958413ee26b07d2 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 3 Feb 2023 13:00:50 +0100 Subject: [PATCH] chore(deps): allow phpunit v10 (#64) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 20d895f..e98b25e 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": "^8.1", "cdn77/entity-fqn-extractor": "^0.2.0", - "phpunit/phpunit": "^9.5", + "phpunit/phpunit": "^9.5 || ^10", "thecodingmachine/safe": "^2" }, "require-dev": {