From 93da3d3530c41bcfab04a18fff3b73b83d9efbfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:06:26 +0000 Subject: [PATCH] Update google/cloud-tools requirement from ^0.13.0 to ^0.14.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.13.0...v0.14.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 e792f4c..9bf8fb0 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "guzzlehttp/psr7": "^2.6.2" }, "require-dev": { - "google/cloud-tools": "^0.13.0", + "google/cloud-tools": "^0.14.0", "jetbrains/phpstorm-attributes": "^1.1", "phpunit/php-code-coverage": "^9.2.31", "phpunit/phpunit": "^9.6.19"