We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53f5f0 commit 5f1e3d1Copy full SHA for 5f1e3d1
composer.json
@@ -39,16 +39,16 @@
39
"php": ">= 7.4",
40
"ext-json": "*",
41
"ext-curl": "*",
42
- "google/cloud-logging": "^1.28.5",
+ "guzzlehttp/psr7": "^2.6.2",
43
"google/cloud-functions-framework": "^v1.3.0",
44
- "google/cloud-storage": "^v1.35.0",
45
- "guzzlehttp/psr7": "^2.6.2"
+ "google/cloud-storage": "^v1.36.0",
+ "google/cloud-logging": "^1.28.5"
46
},
47
"require-dev": {
48
- "phpunit/phpunit": "^9.6.15",
49
- "phpunit/php-code-coverage": "^9.2.29",
+ "google/cloud-tools": "^0.13.0",
50
"jetbrains/phpstorm-attributes": "^1.0",
51
- "google/cloud-tools": "^0.13.0"
+ "phpunit/php-code-coverage": "^9.2.29",
+ "phpunit/phpunit": "^9.6.15"
52
53
"autoload": {
54
"psr-4": {
0 commit comments