From c85b327d56368370b2e3d9d03dce06ff757db231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:13:37 +0000 Subject: [PATCH] Update nunomaduro/collision requirement from ^5.9 to ^5.9 || ^7.0 Updates the requirements on [nunomaduro/collision](https://github.com/nunomaduro/collision) to permit the latest version. - [Changelog](https://github.com/nunomaduro/collision/blob/v8.x/CHANGELOG.md) - [Commits](https://github.com/nunomaduro/collision/compare/v5.9.0...v7.10.0) --- updated-dependencies: - dependency-name: nunomaduro/collision 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 3ab6fa2..81c467c 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "mockery/mockery": "^1.4", "noem/composer-file-embed": "dev-master", "noem/integration-test": "dev-main", - "nunomaduro/collision": "^5.9", + "nunomaduro/collision": "^5.9 || ^7.0", "phpunit/phpunit": ">=9.5.9", "squizlabs/php_codesniffer": "^3.6" },