Skip to content

Commit

Permalink
Updated the homepage and removed the repository definition (http://ge…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jachim Coudenys committed Nov 13, 2012
1 parent 4974dc4 commit d0e23c8
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions composer.json
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"description": "[PHPUnit](https://github.com/sebastianbergmann/phpunit) is the standard in testing PHP code. [Etsy](http://www.etsy.com) uses a lot of PHP and tests help us maintain quality while taking continuous deployment to the extreme. We have encountered a few use cases here an there that let us work with PHPUnit better and faster, and we thought it would be awesome to share with everyone.",
"keywords": ["library", "testing", "phpunit", "extensions"],
"homepage": "https://github.com/coudenysj/phpunit-extensions",
"homepage": "https://github.com/etsy/phpunit-extensions",
"license": "MIT",
"authors": [
{
Expand All @@ -13,25 +13,6 @@
"homepage": "http://elblinkin.info"
}
],
"repositories": [
{
"type": "package",
"package": {
"name": "hamcrest/hamcrest",
"version": "1.0.0",
"source": {
"url": "http://hamcrest.googlecode.com/svn/pear/",
"type": "pear"
},
"autoload": {
"psr-0": {
"Hamcrest": "hamcrest/hamcrest"
},
"files": ["hamcrest.php"]
}
}
}
],
"require": {
"php": ">=5.3.6",
"phpunit/phpunit": ">=3.6.10",
Expand Down

0 comments on commit d0e23c8

Please sign in to comment.