From f8f64ada19221177ca0aedc642c2ce51c5273bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 09:00:52 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.5.25 to ^10.5.13 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/10.5.13/ChangeLog-10.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.5.25...10.5.13) --- 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 6326ae0..d4a4fb7 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "require-dev": { "mockery/mockery": "^1.5", "orchestra/testbench": "^7.23|^8.1.1", - "phpunit/phpunit": "^9.5.25" + "phpunit/phpunit": "^10.5.13" }, "config": { "sort-packages": true