From 5fbe722b8cbd98ffe987d4ac9658059c75c49478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:37:20 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^6.0 to ^9.5 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/main/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/6.0.0...9.5.21) --- 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 b95cfc0..eb3a059 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "PHP": ">=7.1" }, "require-dev": { - "phpunit/phpunit": "^6.0", + "phpunit/phpunit": "^9.5", "friendsofphp/php-cs-fixer": "^3.0", "phpstan/phpstan": "^1.0" },