From 70f8347e85b99ac3c576769a47fdf7efc7b300e7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 10:53:14 +0000 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.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/master/ChangeLog-9.5.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.0.0...9.5.1) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 65a2b3b..879fbb7 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "require-dev": { "phpspec/prophecy": "^1.10", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.0", + "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.5.8" }, "autoload": {