Skip to content

Commit 6e1e07f

Browse files
authored
fix(deps): update dependency google/cloud-tools to ^0.12.0 (GoogleCloudPlatform#1325)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/cloud-tools](https://togithub.com/GoogleCloudPlatform/php-tools) | require | minor | `^0.9.1` -> `^0.12.0` | --- ### Release Notes <details> <summary>GoogleCloudPlatform/php-tools</summary> ### [`v0.12.0`](https://togithub.com/GoogleCloudPlatform/php-tools/releases/v0.12.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/php-tools/compare/v0.11.0...v0.12.0) #### Features - add support for Twig v3 ([#&#8203;82](https://togithub.com/GoogleCloudPlatform/php-tools/issues/82)) ### [`v0.11.0`](https://togithub.com/GoogleCloudPlatform/php-tools/releases/v0.11.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/php-tools/compare/v0.10.0...v0.11.0) #### Fixes - **Backwards-Breaking**: remove deprecated `app-engine-php` component from `gcloud` install ([#&#8203;83](https://togithub.com/GoogleCloudPlatform/php-tools/issues/83)) ### [`v0.10.0`](https://togithub.com/GoogleCloudPlatform/php-tools/releases/v0.10.0) [Compare Source](https://togithub.com/GoogleCloudPlatform/php-tools/compare/v0.9.1...v0.10.0) #### Features - feat: support for Guzzle 7.x ([#&#8203;80](https://togithub.com/GoogleCloudPlatform/php-tools/issues/80)) - feat: support for symfony/console v5 ([#&#8203;79](https://togithub.com/GoogleCloudPlatform/php-tools/issues/79)) - feat: `CloudRun` gcloud wrapper ([#&#8203;71](https://togithub.com/GoogleCloudPlatform/php-tools/issues/71)) - feat: `DeploymentTrait` ([#&#8203;59](https://togithub.com/GoogleCloudPlatform/php-tools/issues/59)) - feat: install options for `install_test_deps.sh` script ([#&#8203;67](https://togithub.com/GoogleCloudPlatform/php-tools/issues/67)) - feat: ability to combine backoffs ([#&#8203;66](https://togithub.com/GoogleCloudPlatform/php-tools/issues/66)) - feat: flag in gcloud wrapper to allow for running `gcloud beta` ([#&#8203;64](https://togithub.com/GoogleCloudPlatform/php-tools/issues/64)) - feat: `runSnippets` function to `TestTrait` ([#&#8203;61](https://togithub.com/GoogleCloudPlatform/php-tools/issues/61)) #### Fixes - fix: update to only use maintained versions of symfony ([#&#8203;74](https://togithub.com/GoogleCloudPlatform/php-tools/issues/74)) - fix: only set cwd in ExecuteCommandTrait when it exists ([#&#8203;78](https://togithub.com/GoogleCloudPlatform/php-tools/issues/78)) - fix: remove [@&#8203;beforeClass](https://togithub.com/beforeClass) from AppEngineDeploymentTrait::deployApp ([#&#8203;72](https://togithub.com/GoogleCloudPlatform/php-tools/issues/72)) - fix: renames .php_cs to .php_cs.dist ([#&#8203;62](https://togithub.com/GoogleCloudPlatform/php-tools/issues/62)) - test: Add PHP 7.2 and 7.3 to travis testing ([#&#8203;65](https://togithub.com/GoogleCloudPlatform/php-tools/issues/65)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/php-docs-samples).
1 parent ee9dd43 commit 6e1e07f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appengine/flexible/wordpress/composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
"ext-zip": "*",
55
"paragonie/random_compat": "^1.3",
66
"symfony/console": "^3.0",
7-
"google/cloud-tools": "^0.9.1"
7+
"google/cloud-tools": "^0.12.0"
88
},
99
"require-dev": {
10-
"guzzlehttp/guzzle": "~6.0",
11-
"symfony/browser-kit": "~2"
10+
"guzzlehttp/guzzle": "~6.0"
1211
},
1312
"autoload-dev": {
1413
"psr-4": {

0 commit comments

Comments
 (0)