mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-03-12 05:35:22 -07:00
22 lines
528 B
JSON
22 lines
528 B
JSON
{
|
|
"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"]
|
|
}
|
|
}
|