From 6490711f77fb60f42a4ceb6a187ce677dbc2a5d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 07:11:49 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.20 to ^9.5.21 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/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.20...9.5.21) --- 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 e8aadaa..5a6f02a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "mockery/mockery": "^1.5", "orchestra/testbench": "^6.28|^7.0", "orchestra/testbench-core": "^6.28|^7.0", - "phpunit/phpunit": "^9.5.20" + "phpunit/phpunit": "^9.5.21" }, "autoload": { "psr-4": {