Skip to content

Instantly share code, notes, and snippets.

@jamierumbelow
Created November 19, 2012 19:50
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamierumbelow/4113366 to your computer and use it in GitHub Desktop.
Save jamierumbelow/4113366 to your computer and use it in GitHub Desktop.
Installing PHPUnit via Composer
{
"require": {
"phpunit/phpunit": "3.7.*"
}
}
$ php composer.phar update
blah
$ vendor/bin/phpunit --version
PHPUnit Version 3.7.8
@amacneil
Copy link

Awesome! Finally I can stop trying to get my head around PEAR!

@amacneil
Copy link

How about "require-dev" though?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment