Skip to content

Commit

Permalink
Explicitly require latest versions (#1749)
Browse files Browse the repository at this point in the history
* explicitly require latest versions

* require latest cloud common protos
  • Loading branch information
dwsupplee authored Mar 27, 2019
1 parent 05792f1 commit 624fa75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Debugger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.26",
"google/cloud-logging": "^1.4",
"google/cloud-logging": "^1.15",
"google/gax": "^1.0",
"google/cloud-common-protos": "^0.1",
"google/cloud-common-protos": "^0.2",
"psr/log": "^1.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion ErrorReporting/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/cloud-logging": "^1.5.0",
"google/cloud-logging": "^1.15",
"google/gax": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 624fa75

Please sign in to comment.