From c47ca2e0fa823696908bdba836ec06f90d1cc752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:00:46 +0000 Subject: [PATCH] Update google/cloud-tools requirement from ^0.14.0 to ^0.15.0 Updates the requirements on [google/cloud-tools](https://github.com/GoogleCloudPlatform/php-tools) to permit the latest version. - [Release notes](https://github.com/GoogleCloudPlatform/php-tools/releases) - [Commits](https://github.com/GoogleCloudPlatform/php-tools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: google/cloud-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b0585dd..b714636 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,7 @@ "guzzlehttp/psr7": "^2.7.0" }, "require-dev": { - "google/cloud-tools": "^0.14.0", + "google/cloud-tools": "^0.15.0", "jetbrains/phpstorm-attributes": "^1.1", "phpunit/php-code-coverage": "^9.2.31", "phpunit/phpunit": "^9.6.20"