From 31aa098eb0f8ff5f5e12f8312400ab5341881c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 01:30:20 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^10.1 to ^11.3 Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.3.0/ChangeLog-11.3.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/10.1.0...11.3.0) --- 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 0d59ee2..d2c5f41 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "mockery/mockery": "^1.4.4", "nunomaduro/collision": "^7.0", "orangehill/iseed": "*", - "phpunit/phpunit": "^10.1", + "phpunit/phpunit": "^11.3", "spatie/laravel-ignition": "^2.0" }, "autoload": {