From 80215f0dcb8f22045394860938d363b9d03a0088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:00:57 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.0|^10.3.2 to ^11.4.3 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 098baef..661ef2c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "php": "^7.4|^8.1" }, "require-dev": { - "phpunit/phpunit": "^9.0|^10.3.2", + "phpunit/phpunit": "^11.4.3", "friendsofphp/php-cs-fixer": "^3.21.1", "spatie/ray": "^1.28" },