Skip to content

Commit

Permalink
add composer
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill committed Oct 15, 2014
1 parent ea4f5db commit 0398b39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "hitbtc-com/hitbtc_api",
"description": "PHP client for https://hitbtc.com",
"type" : "library",
"minimum-stability": "dev",
"license": "MIT",
"authors": [
{
"name": "kirill",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "5.x"
},
"autoload": {
"psr-0": {"Hitbtc": "src/"}
}
}

0 comments on commit 0398b39

Please sign in to comment.