MDL-38524 behat: Using wildcard instead of hardcoded version
authorDavid Monllao <davidm@moodle.com>
Mon, 18 Mar 2013 08:32:13 +0000 (16:32 +0800)
committerDavid Monllao <davidm@moodle.com>
Mon, 18 Mar 2013 08:32:13 +0000 (16:32 +0800)
composer.json

index e5d73be..cb017d3 100644 (file)
@@ -8,6 +8,6 @@
     "require-dev": {
         "phpunit/phpunit": "3.7.*",
         "phpunit/dbUnit": "1.2.*",
-        "moodlehq/behat-extension": "1.0.3"
+        "moodlehq/behat-extension": "1.0.*"
     }
 }