Skip to content

Commit

Permalink
fix logging and debugging errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Dec 12, 2024
1 parent e5ada9d commit 25b0a24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Debugger/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"require": {
"php": "^8.0",
"google/cloud-core": "^1.57",
"google/cloud-logging": "^1.16",
"google/cloud-logging": "^1.29.3",
"google/gax": "^1.36.0",
"google/cloud-common-protos": "~0.5",
"psr/log": "^2.0||^3.0"
Expand Down
4 changes: 2 additions & 2 deletions Logging/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"minimum-stability": "stable",
"require": {
"php": "^8.0",
"google/cloud-core": "^1.57",
"google/cloud-core": "^1.58",
"google/gax": "^1.36.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^9.6",
"phpspec/prophecy-phpunit": "^2.0",
"squizlabs/php_codesniffer": "2.*",
"phpdocumentor/reflection": "^5.3.3||^6.0",
Expand Down

0 comments on commit 25b0a24

Please sign in to comment.