From 0a7d906dfd8f3f2487864293e690900924e727a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 14:13:58 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.13 to ^9.5.18 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.13...9.5.18) --- 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 228f877..51a41f8 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "mockery/mockery": "^1.5", "orchestra/testbench": "^6.28|^7.0", "orchestra/testbench-core": "^6.28|^7.0", - "phpunit/phpunit": "^9.5.13" + "phpunit/phpunit": "^9.5.18" }, "config": { "sort-packages": true