From 8f9cb92028a4c56d658a3e195f5810768eb6a422 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 01:01:03 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.25 to ^10.5.2 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.2/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.25...10.5.2) --- 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 1e25915..7482e07 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "require-dev": { "mockery/mockery": "^1.5", "orchestra/testbench": "^7.23|^8.1", - "phpunit/phpunit": "^9.5.25" + "phpunit/phpunit": "^10.5.2" }, "autoload": { "psr-4": {