Commit | Line | Data |
---|---|---|
3a7bc16a | 1 | { |
cb18fd71 DM |
2 | "repositories" : [ |
3 | { | |
4 | "type": "vcs", | |
5 | "url": "https://github.com/moodlehq/moodle-behat-extension" | |
6 | } | |
7 | ], | |
32772035 | 8 | "require-dev": { |
3a7bc16a | 9 | "phpunit/phpunit": "3.7.*", |
1be4c321 | 10 | "phpunit/dbUnit": "1.2.*", |
db26bcf9 | 11 | "moodlehq/behat-extension": "1.29.4" |
3a7bc16a | 12 | } |
cb18fd71 | 13 | } |