From 2f1fe60bf02086dfd4ca01c7842b12fff33e72a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 04:57:46 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^6.1 to ^7.0 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-v7.md) - [Commits](https://github.com/phpspec/phpspec/compare/6.1.0...7.0.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 7d166e7..7eb7a6c 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "friends-of-behat/symfony-extension": "^2.0", "friends-of-behat/variadic-extension": "^1.1", "lakion/mink-debug-extension": "^1.2.3", - "phpspec/phpspec": "^6.1", + "phpspec/phpspec": "^7.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-doctrine": "^0.12", "phpstan/phpstan-strict-rules": "^0.12",