From 7d50afa053b9cf76aab229e2342af20f36298858 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 May 2022 11:25:48 -0700 Subject: [PATCH] Bump google/cloud-storage from 1.26.3 to 1.27.0 (#7102) Bumps [google/cloud-storage](https://github.com/googleapis/google-cloud-php-storage) from 1.26.3 to 1.27.0. - [Release notes](https://github.com/googleapis/google-cloud-php-storage/releases) - [Commits](https://github.com/googleapis/google-cloud-php-storage/compare/v1.26.3...v1.27.0) --- updated-dependencies: - dependency-name: google/cloud-storage dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.lock | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/composer.lock b/composer.lock index 2ecf48694bd..5925c39875d 100644 --- a/composer.lock +++ b/composer.lock @@ -1045,16 +1045,16 @@ }, { "name": "google/cloud-core", - "version": "v1.44.4", + "version": "v1.45.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-core.git", - "reference": "971b7e163e0cc2b282c462d3a709891af7004d53" + "reference": "28181b5ec2d40e9c9cdf2085096b33bac1f237fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/971b7e163e0cc2b282c462d3a709891af7004d53", - "reference": "971b7e163e0cc2b282c462d3a709891af7004d53", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/28181b5ec2d40e9c9cdf2085096b33bac1f237fd", + "reference": "28181b5ec2d40e9c9cdf2085096b33bac1f237fd", "shasum": "" }, "require": { @@ -1073,8 +1073,9 @@ "google/gax": "^1.9", "opis/closure": "^3", "phpdocumentor/reflection": "^3.0", - "phpunit/phpunit": "^4.8|^5.0", - "squizlabs/php_codesniffer": "2.*" + "phpunit/phpunit": "^4.8|^5.0|^8.0", + "squizlabs/php_codesniffer": "2.*", + "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", @@ -1103,22 +1104,22 @@ ], "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", "support": { - "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.44.4" + "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.45.0" }, - "time": "2022-05-04T00:38:37+00:00" + "time": "2022-05-13T22:51:50+00:00" }, { "name": "google/cloud-storage", - "version": "v1.26.3", + "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-storage.git", - "reference": "1c9cfee8a51605faa93cf2b011a848bd94d50f48" + "reference": "51edfafd86ca3fc71e542a16961fb35bd59d7186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/1c9cfee8a51605faa93cf2b011a848bd94d50f48", - "reference": "1c9cfee8a51605faa93cf2b011a848bd94d50f48", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/51edfafd86ca3fc71e542a16961fb35bd59d7186", + "reference": "51edfafd86ca3fc71e542a16961fb35bd59d7186", "shasum": "" }, "require": { @@ -1129,9 +1130,10 @@ "erusev/parsedown": "^1.6", "google/cloud-pubsub": "^1.0", "phpdocumentor/reflection": "^3.0", - "phpseclib/phpseclib": "^2", - "phpunit/phpunit": "^4.8|^5.0", - "squizlabs/php_codesniffer": "2.*" + "phpseclib/phpseclib": "^2.0||^3.0", + "phpunit/phpunit": "^4.8|^5.0|^8.0", + "squizlabs/php_codesniffer": "2.*", + "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.", @@ -1157,9 +1159,9 @@ ], "description": "Cloud Storage Client for PHP", "support": { - "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.26.3" + "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.27.0" }, - "time": "2022-04-27T23:24:15+00:00" + "time": "2022-05-13T22:51:50+00:00" }, { "name": "google/crc32",