Skip to content

Commit

Permalink
First pass at composer.json for Etsy phpunit-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Jul 17, 2013
1 parent c6155bc commit 1333f5b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
@@ -0,0 +1,23 @@
{
"name": "sqmk/phpunit-extensions",
"description": "Etsy PHPUnit Extensions",
"type": "library",
"keywords": [
"etsy",
"phpunit",
"extensions",
],
"homepage": "http://github.com/etsy/phpunit-extensions",
"license": "BSD-3-Clause",
"require": {
"php": ">=5.3.6",
"phpunit/PHPUnit": ">=3.6.10",
"mockery/mockery": "dev-master",
"davedevelopment/hamcrest-php": "dev-master"
},
"autoload": {
"classmap": [
"PHPUnit/"
]
}
}

0 comments on commit 1333f5b

Please sign in to comment.