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