From 928ff81cd02340e9590e87961285f124c6e2f0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 19:29:30 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.0 to ^9.0 || ^10.0 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.10/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...10.5.10) --- 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 2435ff3..8af543e 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "orchestra/testbench": "~8.0", "php-coveralls/php-coveralls": "^2.4", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.0 || ^10.0", "laravel/pint": "^1.13", "larastan/larastan": "^2.0" },