From 35a83cf8a3ae21d1247ce90ea69e882cb61abc7d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2019 14:11:07 +0000 Subject: [PATCH] fix(deps-dev): update phpspec/phpspec requirement from ^3.4.0 to ^5.1.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/master/CHANGES-v5.md) - [Commits](https://github.com/phpspec/phpspec/compare/3.4.0...5.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 9b64a8b..3c08bdd 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "friendsofphp/php-cs-fixer": "^2.14.2" }, "require-dev": { - "phpspec/phpspec": "^3.4.0", + "phpspec/phpspec": "^5.1.0", "twig/twig": "^2.11.3", "webmozart/assert": "^1.3.0" },