X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=composer.json;h=4e345aa7e848017c595ad1a42491a3d0e9d8db92;hp=3b08693a05bbf3110acdda941db1dcdf4eef9800;hb=refs%2Fheads%2FMOODLE_310_STABLE;hpb=e217c0f326f8265feada150b8f9564f294f6848f diff --git a/composer.json b/composer.json index 3b08693a05b..17ea0eaf9c6 100644 --- a/composer.json +++ b/composer.json @@ -4,17 +4,11 @@ "description": "Moodle - the world's open source learning platform", "type": "project", "homepage": "https://moodle.org", - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/moodlehq/php-webdriver.git" - } - ], "require-dev": { - "phpunit/phpunit": "7.5.*", - "phpunit/dbunit": "4.0.*", - "moodlehq/behat-extension": "3.39.3", - "mikey179/vfsstream": "^1.6", - "instaclick/php-webdriver": "dev-local as 1.x-dev" - } + "phpunit/phpunit": "8.5.*", + "moodlehq/behat-extension": "3.310.3", + "mikey179/vfsstream": "^1.6" + }, + "minimum-stability": "dev", + "prefer-stable": true }