Skip to content

Commit

Permalink
Add phpseclib to storage suggestions (#570)
Browse files Browse the repository at this point in the history
* Add phpseclib to storage suggestions

* Add version
jdpedrie authored and dwsupplee committed Jul 11, 2017

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent b116238 commit 1552db6
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -60,7 +60,7 @@
"google/proto-client": "^0.20.1",
"google/gax": "^0.20.1",
"symfony/lock": "3.3.x-dev#1ba6ac9",
"phpseclib/phpseclib": "^2.0"
"phpseclib/phpseclib": "^2"
},
"replace": {
"google/cloud-bigquery": "0.2.1",
@@ -83,7 +83,7 @@
"google/gax": "Required to support gRPC",
"google/proto-client-php": "Required to support gRPC",
"symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9",
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs."
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"autoload": {
"psr-4": {
3 changes: 3 additions & 0 deletions src/Storage/composer.json
Original file line number Diff line number Diff line change
@@ -6,6 +6,9 @@
"require": {
"google/cloud-core": "^1.0"
},
"suggest": {
"phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2."
},
"extra": {
"component": {
"id": "cloud-storage",

0 comments on commit 1552db6

Please sign in to comment.