From d077d80980e651003273c8df3d7ebeb2dfa7fb60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 03:59:12 +0000 Subject: [PATCH] Update dms/phpunit-arraysubset-asserts requirement from ^0.2.1 || ^0.4.0 to ^0.2.1 || ^0.4.0 || ^0.5.0 Updates the requirements on [dms/phpunit-arraysubset-asserts](https://github.com/rdohms/phpunit-arraysubset-asserts) to permit the latest version. - [Release notes](https://github.com/rdohms/phpunit-arraysubset-asserts/releases) - [Commits](https://github.com/rdohms/phpunit-arraysubset-asserts/commits/v0.5.0) --- updated-dependencies: - dependency-name: dms/phpunit-arraysubset-asserts 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 a1a3727..999644c 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "psr/log": "^1.0|^2.0|^3.0" }, "require-dev": { - "dms/phpunit-arraysubset-asserts": "^0.2.1 || ^0.4.0", + "dms/phpunit-arraysubset-asserts": "^0.2.1 || ^0.4.0 || ^0.5.0", "mockery/mockery": "^1.2", "phpunit/phpunit": "^9" },