From f51e15c153d280280bfed7c2701304bac4621e36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:49:19 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement 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.3/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.26...10.5.3) --- 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 966e629..7f6da85 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "mikey179/vfsstream": "^1.6", "mockery/mockery": "^1.5", "orchestra/testbench": "^8.1", - "phpunit/phpunit": "^9.5.26" + "phpunit/phpunit": "^10.5.3" }, "minimum-stability": "dev", "prefer-stable": true,