Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris White committed Feb 17, 2016
1 parent 1881262 commit 572f03a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "cwhite92/b2-sdk-php",
"description": "A SDK for working with B2 cloud storage.",
"keywords": ["b2", "storage", "backblaze", "cloud", "filesystem", "backup"],
"homepage": "https://github.com/cwhite92/b2-sdk-php",
"license": "MIT",
"type": "library",
"authors": [
{
"name": "Chris White",
"email": "[email protected]",
"homepage": "https://cwhite.me"
}
],
"require": {
"php": ">=5.6.0",
"guzzlehttp/guzzle": "^6.1"
},
"require-dev": {
"phpunit/phpunit": "5.1.*"
},
"license": "MIT",
"authors": [
{
"name": "Chris White",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"ChrisWhite\\B2\\": "src/"
Expand Down

0 comments on commit 572f03a

Please sign in to comment.