From f48eeca4337f6db598141e5db8cd62a6540196d1 Mon Sep 17 00:00:00 2001 From: everzet Date: Tue, 15 May 2012 10:15:27 +0200 Subject: [PATCH] fixed constraint --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b255041..4dd3297 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">=5.3.2", - "behat/behat": ">=2.4.0beta5,<2.4.x-dev", + "behat/behat": ">=2.4.0,<2.4.x-dev", "behat/mink": ">=1.4.0beta2,<1.4.x-dev" },