From 95c93c4ab884f999db1978a6b90d38fe125b3539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:25:47 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^8 || ^9 to ^8 || ^9 || ^10 (#25) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 356230c..c7381b1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } }, "require-dev": { - "phpunit/phpunit": "^8 || ^9" + "phpunit/phpunit": "^8 || ^9 || ^10" }, "scripts": { "test": "phpunit --testdox"