From 7e4f45cd5050569fa2e9872e019bfd050a09b2fc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 05:01:38 +0000 Subject: [PATCH] Update phpspec/phpspec requirement from ^6.1 to ^7.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-v7.md) - [Commits](https://github.com/phpspec/phpspec/compare/6.1.0...7.1.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..514b242 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.1", "phpstan/phpstan": "^0.12", "phpstan/phpstan-doctrine": "^0.12", "phpstan/phpstan-strict-rules": "^0.12",