From 0a69b98018faca7edc97ae059c5c061c7d6f425e Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 29 May 2014 09:45: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 469225d02cf5d..6aa17f3939e03 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.28.3" } }