Added composer.json

This commit is contained in:
Devang Srivastava 2018-02-03 23:07:53 +05:30 committed by GitHub
parent bc8593a9e9
commit 2c73f816cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
composer.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "SociallyDev/Spaces-API",
"description": "An API wrapper for DigitalOcean's Spaces object storage designed for easy use.",
"type": "library",
"require": {
"php": ">=5.3.0",
"aws/aws-sdk-php": "^3.52",
"guzzlehttp/guzzle": "^6.3",
"mtdowling/jmespath.php": "^2.4",
"psr/http-message": "^1.0"
},
"license": "MIT",
"authors": [
{
"name": "Devang Srivastava"
}
],
"autoload": {
"files": ["spaces.php"]
},
}