MDL-42796 ActionMenu: Move event handlers to showMenu
[moodle.git] / composer.json
bloba0d5ea3eddff7ae522ba06948f46a7a5cd72a4f0
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.26.3"
12     }