From 0682e021e3061e338efdacef7de5352d64b2bcb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:11:36 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.13 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.13...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 9f24899..3f78eb6 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,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.21" }, "config": { "sort-packages": true