mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-14 00:53:09 -07:00
Added composer.json
This commit is contained in:
parent
789eacc54e
commit
34bf52f253
1 changed files with 24 additions and 0 deletions
24
composer.json
Normal file
24
composer.json
Normal 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"]
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue