Added composer.json

This commit is contained in:
Devang Srivastava 2018-02-03 22:47:29 +05:30 committed by GitHub
parent 789eacc54e
commit 34bf52f253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
composer.json Normal file
View file

@ -0,0 +1,24 @@
{
"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",
},
"license": "MIT",
"authors": [
{
"name": "Devang Srivastava"
}
],
"support": {
"issues": "https://github.com/SociallyDev/Spaces-API/issues"
},
"repositories": [
{
"url": "https://github.com/SociallyDev/Spaces-API"
},
"autoload": {
"files": ["spaces.php"]
},
}