From ccdb2bb951fff9338976018de6bf008d8eb0b438 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Nov 2020 08:44:36 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^3.2 to ^6.3 Updates the requirements on [phpspec/phpspec](https://github.com/phpspec/phpspec) to permit the latest version. - [Release notes](https://github.com/phpspec/phpspec/releases) - [Changelog](https://github.com/phpspec/phpspec/blob/main/CHANGES-v6.md) - [Commits](https://github.com/phpspec/phpspec/compare/3.2.0...6.3.0) 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 d6d42c8..c5a9b6c 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "sebastian/recursion-context": "~2.0", "sebastian/exporter": "~2.0", "doctrine/doctrine-bundle": "^1.5", - "phpspec/phpspec": "^3.2", + "phpspec/phpspec": "^6.3", "phpspec/prophecy": "^1.7", "fzaninotto/faker": "^1.2", "friendsofphp/php-cs-fixer": "^2.0"