Skip to content

Commit

Permalink
update minimum core version
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 12, 2024
1 parent 58bda4c commit 9720604
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Bigtable/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.0",
"google/gax": "^1.36.0",
"google/cloud-core": "^1.55"
"google/cloud-core": "^1.57"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down
2 changes: 1 addition & 1 deletion Datastore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Debugger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/cloud-logging": "^1.16",
"google/gax": "^1.36.0",
"google/cloud-common-protos": "~0.5",
Expand Down
2 changes: 1 addition & 1 deletion Firestore/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.0",
"ext-grpc": "*",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0",
"ramsey/uuid": "^3.0|^4.0"
},
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": "^8.0",
"google/cloud-core": "^1.55",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Spanner/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.0",
"ext-grpc": "*",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Speech/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion Vision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"google/cloud-core": "^1.52.7",
"google/cloud-core": "^1.57",
"google/gax": "^1.36.0"
},
"require-dev": {
Expand Down

0 comments on commit 9720604

Please sign in to comment.