You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: composer.json
+6-3
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,8 @@
36
36
"mongodb/mongodb": "^1.1",
37
37
"microsoft/azure-storage-blob": "^1.0",
38
38
"akeneo/phpspec-skip-example-extension": "^4.0",
39
-
"liuggio/fastest": "^1.6"
39
+
"liuggio/fastest": "^1.6",
40
+
"google/cloud-storage": "~1.0"
40
41
},
41
42
"suggest": {
42
43
"knplabs/knp-gaufrette-bundle": "to use with Symfony",
@@ -51,10 +52,12 @@
51
52
"gaufrette/opencloud-adapter": "to use Opencloud adapter",
52
53
"gaufrette/zip-adapter": "to use Zip adapter",
53
54
"gaufrette/gridfs-adapter": "to use GridFS adapter",
54
-
"google/apiclient": "to use GoogleCloudStorage adapter",
55
+
"google/cloud-storage": "to use GoogleCloudStorage adapter",
55
56
"ext-curl": "*",
56
57
"ext-mbstring": "*",
57
-
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters"
58
+
"ext-fileinfo": "This extension is used to automatically detect the content-type of a file in the AwsS3, OpenCloud, AzureBlogStorage and GoogleCloudStorage adapters",
0 commit comments