From 67d297b9e1472f6c7e77009bf742fbd914c2bc4a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 16 Dec 2020 09:46:12 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^3.2 to ^5.1 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-v5.md) - [Commits](https://github.com/phpspec/phpspec/compare/3.2.0...5.1.2) 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..d49dc21 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": "^5.1", "phpspec/prophecy": "^1.7", "fzaninotto/faker": "^1.2", "friendsofphp/php-cs-fixer": "^2.0"