Skip to content

Instantly share code, notes, and snippets.

@proofek
Created September 19, 2012 12:37
Show Gist options
  • Save proofek/3749411 to your computer and use it in GitHub Desktop.
Save proofek/3749411 to your computer and use it in GitHub Desktop.
Install PHPUnit with composer
{
"name": "phpunit",
"description": "PHPUnit",
"require": {
"phpunit/phpunit": "*"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "/tmp/bin/"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment