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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-18 02:07:18 +00:00 committed by GitHub
parent d687e1a697
commit ebf32b47fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 7 deletions

15
composer.lock generated
View File

@ -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",