From dadb74ced3430453f2dbc7b87b2e27b53d9f346c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:09:16 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.21 to ^10.4.1 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.21...10.4.1) --- 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 7ef3821..3b16171 100644 --- a/composer.json +++ b/composer.json @@ -38,7 +38,7 @@ "laravel/legacy-factories": "^1.3", "mockery/mockery": "^1.5", "orchestra/testbench": "^7.23|^8.3", - "phpunit/phpunit": "^9.5.21" + "phpunit/phpunit": "^10.4.1" }, "config": { "sort-packages": true