MDL-48804 core: do not set current course until login validated
[moodle.git] / composer.json
blobc6ab1f55e7dceee8abcd59f0ba96695c28cd76f0
2     "repositories" : [
3         {
4             "type": "vcs",
5             "url": "https://github.com/moodlehq/moodle-behat-extension"
6         }
7     ],
8     "require-dev": {
9         "phpunit/phpunit": "3.7.*",
10         "phpunit/dbUnit": "1.2.*",
11         "moodlehq/behat-extension": "1.27.13"
12     }