From de438a657058763beb3e214ba1c593fe91b1f6dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:53:47 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 to ^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 52ad9dc..f5c034d 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8", "type": "library", "require": { - "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0", "php": "^5.4 || ^7.0 || ^8.0" }, "license": "MIT",