From 5e2f3211aa83f27759c5d5bd75a852323e59ead0 Mon Sep 17 00:00:00 2001 From: Martin Zeitler Date: Tue, 11 Jun 2024 22:02:12 +0200 Subject: [PATCH] dependencies updated. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4381bb7..ba9855d 100644 --- a/composer.json +++ b/composer.json @@ -40,13 +40,13 @@ "ext-json": "*", "ext-curl": "*", "google/cloud-functions-framework": "^v1.3.0", - "google/cloud-storage": "^v1.41.2", - "google/cloud-logging": "^1.29.4", + "google/cloud-storage": "^v1.42.0", + "google/cloud-logging": "^1.30.2", "guzzlehttp/psr7": "^2.6.2" }, "require-dev": { "google/cloud-tools": "^0.13.0", - "jetbrains/phpstorm-attributes": "^1.0", + "jetbrains/phpstorm-attributes": "^1.1", "phpunit/php-code-coverage": "^9.2.31", "phpunit/phpunit": "^9.6.19" },