From fad18335b1e43088631fe107adde42f59c83a240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 03:51:32 +0000 Subject: [PATCH] Bump php-http/httplug-bundle from 1.30.1 to 1.31.0 Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.30.1 to 1.31.0. - [Release notes](https://github.com/php-http/HttplugBundle/releases) - [Changelog](https://github.com/php-http/HttplugBundle/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/HttplugBundle/compare/1.30.1...1.31.0) --- updated-dependencies: - dependency-name: php-http/httplug-bundle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 5982d48a7..c84987035 100644 --- a/composer.lock +++ b/composer.lock @@ -6871,16 +6871,16 @@ }, { "name": "php-http/httplug-bundle", - "version": "1.30.1", + "version": "1.31.0", "source": { "type": "git", "url": "https://github.com/php-http/HttplugBundle.git", - "reference": "57284fb032bcafc3e978a1d7e4a2b591045f7e15" + "reference": "7ab6206f5dd90e05e566aeba5dd2b798485020c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/57284fb032bcafc3e978a1d7e4a2b591045f7e15", - "reference": "57284fb032bcafc3e978a1d7e4a2b591045f7e15", + "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/7ab6206f5dd90e05e566aeba5dd2b798485020c8", + "reference": "7ab6206f5dd90e05e566aeba5dd2b798485020c8", "shasum": "" }, "require": { @@ -6890,7 +6890,7 @@ "php-http/discovery": "^1.14", "php-http/httplug": "^2.0", "php-http/logger-plugin": "^1.1", - "php-http/message": "^1.4", + "php-http/message": "^1.9", "php-http/message-factory": "^1.0.2", "php-http/stopwatch-plugin": "^1.2", "psr/http-message": "^1.0 || ^2.0", @@ -6966,9 +6966,9 @@ ], "support": { "issues": "https://github.com/php-http/HttplugBundle/issues", - "source": "https://github.com/php-http/HttplugBundle/tree/1.30.1" + "source": "https://github.com/php-http/HttplugBundle/tree/1.31.0" }, - "time": "2023-09-07T08:04:12+00:00" + "time": "2023-11-06T11:10:42+00:00" }, { "name": "php-http/logger-plugin",