Skip to content

Commit 085838d

Browse files
Restrict google api to version 2.7
Because of breaking changes in version 2.8 we have to stay on version 2.7 for now.
1 parent a7771df commit 085838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"phpseclib/phpseclib": "^2.0",
6363
"softlayer/objectstorage": "dev-master",
6464
"vlucas/phpdotenv": "^4.0",
65-
"google/apiclient":"^2.0",
65+
"google/apiclient":"2.7.*",
6666
"php-opencloud/openstack": "^3.0",
6767
"arhitector/yandex": "^2.0",
6868
"microsoft/azure-storage-blob": "^1.4",

0 commit comments

Comments
 (0)