forked from craftcms/google-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.07 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": "craftcms/google-cloud",
"description": "Google Cloud Storage integration for Craft CMS",
"version": "1.4.0",
"type": "craft-plugin",
"keywords": [
"cms",
"craftcms",
"flysystem",
"google",
"cloud",
"storage",
"yii2"
],
"license": "MIT",
"authors": [
{
"name": "Pixel & Tonic",
"homepage": "https://pixelandtonic.com/"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/craftcms/google-cloud/issues?state=open",
"source": "https://github.com/craftcms/google-cloud",
"docs": "https://github.com/craftcms/google-cloud/blob/master/README.md",
"rss": "https://github.com/craftcms/google-cloud/commits/master.atom"
},
"require": {
"craftcms/cms": "^3.1.5",
"superbalist/flysystem-google-storage": "^7.0.0"
},
"autoload": {
"psr-4": {
"craft\\googlecloud\\": "src/"
}
},
"extra": {
"name": "Google Cloud Storage",
"handle": "google-cloud",
"documentationUrl": "https://github.com/craftcms/google-cloud/blob/master/README.md"
}
}