Spaces-API/composer.json
Devang Srivastava e6d7753dc8 v2: Updates
* Simplifies & beautifies everything
* Introduces a new Class system.
* Errors are defaulted to AWS's handler.
* New function names & more efficient handling.
* Should fix a majority of the errors.

Please read the README for more!
2020-09-28 15:32:51 +05:30

18 lines
510 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.4.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", "email": "hey@devang.dev", "homepage": "https://devang.dev"}],
"autoload": {
"files": ["spaces.php"]
}
}