Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hughes committed Feb 4, 2015
1 parent 7cd50fe commit 0919546
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,21 @@
"name": "choccybiccy/humanapi",
"description": "The easiest way to integrate health data from anywhere.",
"license": "MIT",
"keywords": ["humanapi"],
"authors": [
{
"name": "Martin Hughes",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {}
"require": {
"guzzlehttp/guzzle": "~5.2"
},
"require-dev": {
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-4": { "Choccybiccy\\": "src" }
}
}

0 comments on commit 0919546

Please sign in to comment.