Skip to content

Commit

Permalink
bump core version
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jan 4, 2024
1 parent 506ff87 commit 92b9f11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BigQuery/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.53",
"ramsey/uuid": "^3.0|^4.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion PubSub/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.53",
"google/gax": "^1.26.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Storage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=7.4",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.53",
"ramsey/uuid": "^4.2.3"
},
"require-dev": {
Expand Down

0 comments on commit 92b9f11

Please sign in to comment.