Delete composer.json

This commit is contained in:
Devang Srivastava 2018-02-03 22:50:51 +05:30 committed by GitHub
commit 1d5b8b9dc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,24 +0,0 @@
{
"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"]
},
}