Skip to content

Instantly share code, notes, and snippets.

@skrings
Created November 20, 2012 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skrings/4116878 to your computer and use it in GitHub Desktop.
Save skrings/4116878 to your computer and use it in GitHub Desktop.
Composer.json for etsy phpunit-extensions
{
"require": {
"php": ">=5.3.6",
"phpunit/phpunit": "@stable",
"etsy/phpunit-extensions": "0.6.0",
},
"repositories": [
{
"type": "package",
"package":{
"name": "etsy/phpunit-extensions",
"version": "0.6.0",
"dist": {
"url": "https://github.com/etsy/phpunit-extensions/archive/v0.6.0.zip",
"type": "zip"
},
"autoload": {
"classmap": [
"PHPUnit/"
]
},
"include-path": [
""
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment