Skip to content

Commit

Permalink
MDL-36936 require phpunit as composer --dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Dec 7, 2012
1 parent 835ed70 commit 0c11154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
@@ -1,5 +1,5 @@
{
"require": {
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/dbUnit": "1.2.*"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/phpunit/readme.md
Expand Up @@ -15,7 +15,7 @@ Composer is a new dependency manager for PHP projects.
It installs PHP libraries into /vendor/ subdirectory inside your moodle dirroot.

1. install Composer - http://getcomposer.org/doc/00-intro.md
2. go to your moodle dirroot and execute `php composer.phar install`
2. go to your moodle dirroot and execute `php composer.phar install --dev`


PEAR installation (not recommended)
Expand Down

0 comments on commit 0c11154

Please sign in to comment.