forked from SociallyDev/Spaces-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 710 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "sociallydev/spaces-api",
"description": "Library for accessing Digital Ocean spaces",
"version":"3.4.0",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Devang Srivastava",
"email": "hey@devang.dev",
"homepage": "https://devang.dev"
},
{
"name": "David Wakelin",
"email": "helllo@davidwakelin.co.uk",
"homepage": "https://davidwakelin.co.uk"
}
],
"autoload": {
"psr-4": {
"SpacesAPI\\": "SpacesAPI"
}
},
"require": {
"php": ">=7.3",
"aws/aws-sdk-php": "^3.52"
},
"require-dev": {
"clean/phpdoc-md": "^0.19.1",
"phpunit/phpunit": "^9.5.13",
"vlucas/phpdotenv": "^v5.4.1"
}
}