Skip to content

Commit

Permalink
MDL-37046 behat: Specific composer dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Jan 29, 2013
1 parent f4ebf1f commit 1be4c32
Show file tree
Hide file tree
Showing 3 changed files with 1,619 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ CVS
phpunit.xml
# Composer support - only composer.json is to be in git, the rest is installed in each checkout.
composer.phar
composer.lock
/vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*"
"phpunit/dbUnit": "1.2.*",
"moodlehq/behat-extension": "1.0.3"
}
}
Loading

0 comments on commit 1be4c32

Please sign in to comment.