From 2b9259ed7fbe1b598fa232ad2bea2ea53f7b50fa Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 29 May 2014 09:47:55 +0800 Subject: [PATCH] MDL-45698 behat: Fixed behat and symfony versions --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 469225d02cf..89c73863853 100644 --- a/composer.json +++ b/composer.json @@ -8,6 +8,6 @@ "require-dev": { "phpunit/phpunit": "3.7.*", "phpunit/dbUnit": "1.2.*", - "moodlehq/behat-extension": "1.27.9" + "moodlehq/behat-extension": "1.27.10" } }