From ae02b5b416895a7b4c1b51fafa683b3e9a08664e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 10:38:16 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^3.2 to ^6.2 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.2.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 d6d42c8..707d753 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.2", "phpspec/prophecy": "^1.7", "fzaninotto/faker": "^1.2", "friendsofphp/php-cs-fixer": "^2.0"