-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Chris White
committed
Feb 17, 2016
1 parent
1881262
commit 572f03a
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/" | ||
|