Skip to content

Commit

Permalink
fix: allow v2.0 for common protos (#5031)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 27, 2022
1 parent e13eac3 commit 580b8db
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CommonProtos/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"require": {
"google/protobuf": "^3.7.1",
"google/common-protos": "^1.0"
"google/common-protos": "^1.0||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36"
Expand Down
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"erusev/parsedown": "^1.6",
"google/gax": "^1.9",
"opis/closure": "^3",
"google/common-protos": "^1.0"
"google/common-protos": "^1.0||^2.0"
},
"suggest": {
"opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.",
Expand Down
2 changes: 1 addition & 1 deletion IamCredentials/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"google/gax": "^1.7.0",
"google/common-protos": "^1.3.1"
"google/common-protos": "^1.3.1||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down
2 changes: 1 addition & 1 deletion ServiceControl/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"google/gax": "^1.7.0",
"google/common-protos": "^1.3.1"
"google/common-protos": "^1.3.1||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down
2 changes: 1 addition & 1 deletion ServiceManagement/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"google/gax": "^1.7.0",
"google/common-protos": "^1.3.1"
"google/common-protos": "^1.3.1||^2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"psr/http-message": "1.0.*",
"ramsey/uuid": "^3.0|^4.0",
"google/gax": "^1.9",
"google/common-protos": "^1.3.1",
"google/common-protos": "^1.3.1||^2.0",
"google/auth": "^1.18",
"google/crc32": "^0.1.0"
},
Expand Down

0 comments on commit 580b8db

Please sign in to comment.