From 652f39f8acce0af020d56e9203d2ff332883dec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:53:19 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.3 to ^11.0 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.1/ChangeLog-11.0.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.3.0...11.0.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 23b462a..101e9fe 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "laravel/pint": "^1.13" }, "require-dev": { - "phpunit/phpunit": "^10.3", + "phpunit/phpunit": "^11.0", "nikic/php-parser": "^5.0", "spatie/invade": "^2.0", "illuminate/http": "^10",