Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. diff --git a/composer.json b/composer.json
  2. index dcb07cf239..92f8e7a0fd 100644
  3. --- a/composer.json
  4. +++ b/composer.json
  5. @@ -4,10 +4,16 @@
  6. "description": "Moodle - the world's open source learning platform",
  7. "type": "project",
  8. "homepage": "https://moodle.org",
  9. + "repositories": [
  10. + {
  11. + "type": "vcs",
  12. + "url": "https://github.com/marinaglancy/moodle-behat-extension"
  13. + }
  14. + ],
  15. "require-dev": {
  16. "phpunit/phpunit": "5.5.*",
  17. "phpunit/dbUnit": "1.4.*",
  18. - "moodlehq/behat-extension": "3.34.0",
  19. + "moodlehq/behat-extension": "dev-master",
  20. "mikey179/vfsStream": "^1.6"
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement