From 8ad79f5c2eb8300fbb5be5ceef73b56efc9194d0 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Thu, 8 May 2014 10:10:28 +0800 Subject: [PATCH] MDL-45461 behat: Added custom hack notice for chrome+safari+ie --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 93ea27f026a..54a6d00c968 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.6" + "moodlehq/behat-extension": "1.27.8" } }