From 12af25ac754dae9b9b9736072fcce4f22b33b286 Mon Sep 17 00:00:00 2001 From: Ludovic Fleury Date: Thu, 15 Aug 2013 12:54:43 +0200 Subject: [PATCH] Update to Behat 2.5.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 505834b..c32de9f 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "require": { "php": ">=5.3.2", - "behat/behat": "~2.4.5", + "behat/behat": "~2.5.0", "behat/mink": ">=1.4.3,<1.6-dev" },