From 00563f4daea72f6f0b11a4e4f9c1d17fb3eafd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 09:57:06 +0000 Subject: [PATCH] composer(deps-dev): update phpunit/phpunit requirement Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.1.3/ChangeLog-10.1.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.0...10.1.3) --- 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 d22dfa5..55a5622 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "require-dev": { "ergebnis/composer-normalize": "^2.30", "orchestra/testbench": "^6.25.1 || ^8.0", - "phpunit/phpunit": "^9.6.0" + "phpunit/phpunit": "^10.1.3" }, "minimum-stability": "dev", "prefer-stable": true,