From ebf32b47fd1f086dbcdd072337ad239c26b15d6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:07:18 +0000 Subject: [PATCH] Bump php-http/httplug-bundle from 1.33.1 to 1.34.0 Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.33.1 to 1.34.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.33.1...1.34.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 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index b73962590..74cbca645 100644 --- a/composer.lock +++ b/composer.lock @@ -6580,16 +6580,16 @@ }, { "name": "php-http/httplug-bundle", - "version": "1.33.1", + "version": "1.34.0", "source": { "type": "git", "url": "https://github.com/php-http/HttplugBundle.git", - "reference": "b7ad2c1951edec36ef0bd9897e309b0038c59a54" + "reference": "5380dadb3ca75be5aa54983db86e0e8fa4c7e7ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/b7ad2c1951edec36ef0bd9897e309b0038c59a54", - "reference": "b7ad2c1951edec36ef0bd9897e309b0038c59a54", + "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/5380dadb3ca75be5aa54983db86e0e8fa4c7e7ca", + "reference": "5380dadb3ca75be5aa54983db86e0e8fa4c7e7ca", "shasum": "" }, "require": { @@ -6613,7 +6613,8 @@ "php-http/cache-plugin": "<1.7.0", "php-http/curl-client": "<2.0", "php-http/guzzle6-adapter": "<1.1", - "php-http/socket-client": "<2.0" + "php-http/socket-client": "<2.0", + "php-http/throttle-plugin": "<1.1" }, "require-dev": { "guzzlehttp/psr7": "^1.7 || ^2.0", @@ -6676,9 +6677,9 @@ ], "support": { "issues": "https://github.com/php-http/HttplugBundle/issues", - "source": "https://github.com/php-http/HttplugBundle/tree/1.33.1" + "source": "https://github.com/php-http/HttplugBundle/tree/1.34.0" }, - "time": "2024-05-27T11:35:05+00:00" + "time": "2024-06-17T08:06:25+00:00" }, { "name": "php-http/logger-plugin",