forked from vaersaagod/dospaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·43 lines (43 loc) · 1.02 KB
/
composer.json
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
34
35
36
37
38
39
40
41
42
43
{
"name": "vaersaagod/dospaces",
"description": "DigitalOcean Spaces integration for Craft CMS",
"type": "craft-plugin",
"version": "1.1.4",
"keywords": [
"aws",
"cms",
"craftcms",
"flysystem",
"digitalocean",
"spaces",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://www.vaersaagod.no/"
}
],
"support": {
"issues": "https://github.com/vaersaagod/dospaces/issues?state=open",
"source": "https://github.com/vaersaagod/dospaces",
"docs": "https://github.com/vaersaagod/dospaces",
"rss": "https://github.com/vaersaagod/dospaces/commits/master.atom"
},
"require": {
"craftcms/cms": "^3.1.0",
"league/flysystem-aws-s3-v3": "^1.0.13"
},
"autoload": {
"psr-4": {
"vaersaagod\\dospaces\\": "src/"
}
},
"extra": {
"name": "DigitalOcean Spaces Volume",
"handle": "dospaces",
"changelogUrl": "https://raw.githubusercontent.com/vaersaagod/dospaces/master/CHANGELOG.md",
"downloadUrl": "https://github.com/vaersaagod/dospaces/archive/master.zip"
}
}