From 2ea450a916c0860c2dc198145cd20320ed054dc6 Mon Sep 17 00:00:00 2001 From: Dieter Provoost Date: Sun, 18 Jan 2015 16:46:15 +0100 Subject: [PATCH] use tilde notation when referencing phpspec from composer (last significant release) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7f2fa3b..92f3107 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ ], "require": { "php": ">=5.3.0", - "phpspec/phpspec": "2.0.*" + "phpspec/phpspec": "~2.0" }, "require-dev": { "behat/behat": "2.4.*@stable",