-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
47 lines (47 loc) · 1.27 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
44
45
46
47
{
"name": "servd/craft-asset-storage",
"description": "Servd Asset Storage and Helpers integration for Craft CMS",
"version": "2.10.15",
"type": "craft-plugin",
"keywords": [
"cms",
"craftcms",
"servd",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Servd",
"homepage": "https://servd.host/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/servdhost/craft-asset-storage/issues",
"source": "https://github.com/servdhost/craft-asset-storage",
"docs": "https://github.com/servdhost/craft-asset-storage"
},
"require": {
"aws/aws-sdk-php": "3.319.4",
"craftcms/cms": "^3.1.5",
"league/flysystem-aws-s3-v3": "^1.0.28",
"yiisoft/yii2-redis": "^2.0.0"
},
"autoload": {
"psr-4": {
"servd\\AssetStorage\\": "src/"
}
},
"extra": {
"name": "Servd Assets and Helpers",
"handle": "servd-asset-storage",
"documentationUrl": "https://github.com/servdhost/craft-asset-storage"
},
"config": {
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
}
}