Bump php-http/httplug-bundle from 1.29.0 to 1.29.1

Bumps [php-http/httplug-bundle](https://github.com/php-http/HttplugBundle) from 1.29.0 to 1.29.1.
- [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.29.0...1.29.1)

---
updated-dependencies:
- dependency-name: php-http/httplug-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-02 02:57:45 +00:00 committed by GitHub
parent 3e02a8aaf5
commit 4cd9e5a1b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
composer.lock generated
View file

@ -6920,16 +6920,16 @@
}, },
{ {
"name": "php-http/httplug-bundle", "name": "php-http/httplug-bundle",
"version": "1.29.0", "version": "1.29.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-http/HttplugBundle.git", "url": "https://github.com/php-http/HttplugBundle.git",
"reference": "cace4703fb6d7c54072bd35bd808b268e8fe5812" "reference": "7c638710c3d4d4fe14de9e28e9a98c073a289cea"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/cace4703fb6d7c54072bd35bd808b268e8fe5812", "url": "https://api.github.com/repos/php-http/HttplugBundle/zipball/7c638710c3d4d4fe14de9e28e9a98c073a289cea",
"reference": "cace4703fb6d7c54072bd35bd808b268e8fe5812", "reference": "7c638710c3d4d4fe14de9e28e9a98c073a289cea",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7015,9 +7015,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/php-http/HttplugBundle/issues", "issues": "https://github.com/php-http/HttplugBundle/issues",
"source": "https://github.com/php-http/HttplugBundle/tree/1.29.0" "source": "https://github.com/php-http/HttplugBundle/tree/1.29.1"
}, },
"time": "2023-05-17T09:11:27+00:00" "time": "2023-06-01T08:55:47+00:00"
}, },
{ {
"name": "php-http/logger-plugin", "name": "php-http/logger-plugin",
@ -7597,22 +7597,23 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.21.3", "version": "1.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "b0c366dd2cea79407d635839d25423ba07c55dd6" "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/b0c366dd2cea79407d635839d25423ba07c55dd6", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"reference": "b0c366dd2cea79407d635839d25423ba07c55dd6", "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^2.0",
"nikic/php-parser": "^4.15", "nikic/php-parser": "^4.15",
"php-parallel-lint/php-parallel-lint": "^1.2", "php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.0",
@ -7637,9 +7638,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.21.3" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
}, },
"time": "2023-05-29T19:31:28+00:00" "time": "2023-06-01T12:35:21+00:00"
}, },
{ {
"name": "phpzip/phpzip", "name": "phpzip/phpzip",