From 50acfeecd16d62e854e769e1f96fea4b30c06152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 04:47:06 +0000 Subject: [PATCH] Bump php-http/logger-plugin from 1.3.1 to 1.4.0 Bumps [php-http/logger-plugin](https://github.com/php-http/logger-plugin) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/php-http/logger-plugin/releases) - [Changelog](https://github.com/php-http/logger-plugin/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/logger-plugin/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: php-http/logger-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 47 +++++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/composer.lock b/composer.lock index c7dc636..874695e 100644 --- a/composer.lock +++ b/composer.lock @@ -2187,34 +2187,29 @@ }, { "name": "php-http/logger-plugin", - "version": "1.3.1", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/php-http/logger-plugin.git", - "reference": "bf47eb5cb379962d276c94da14861669c2313563" + "reference": "4a2b447a5ba1a95c3869512ee992f5ba7fd9aa5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/bf47eb5cb379962d276c94da14861669c2313563", - "reference": "bf47eb5cb379962d276c94da14861669c2313563", + "url": "https://api.github.com/repos/php-http/logger-plugin/zipball/4a2b447a5ba1a95c3869512ee992f5ba7fd9aa5f", + "reference": "4a2b447a5ba1a95c3869512ee992f5ba7fd9aa5f", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "php-http/client-common": "^1.9 || ^2.0", - "php-http/message": "^1.0", - "psr/log": "^1.0 || ^2 || ^3", - "symfony/polyfill-php73": "^1.17" + "php": "^8.2", + "php-http/client-common": "^2.0", + "php-http/message": "^1.13", + "psr/log": "^2 || ^3" }, "require-dev": { - "phpspec/phpspec": "^5.1 || ^6.0" + "nyholm/psr7": "^1.8", + "phpunit/phpunit": "^11.4.3" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2-dev" - } - }, "autoload": { "psr-4": { "Http\\Client\\Common\\Plugin\\": "src/" @@ -2240,9 +2235,9 @@ ], "support": { "issues": "https://github.com/php-http/logger-plugin/issues", - "source": "https://github.com/php-http/logger-plugin/tree/1.3.1" + "source": "https://github.com/php-http/logger-plugin/tree/1.4.0" }, - "time": "2024-09-01T06:51:51+00:00" + "time": "2024-10-31T14:52:16+00:00" }, { "name": "php-http/message", @@ -4445,20 +4440,20 @@ }, { "name": "symfony/options-resolver", - "version": "v6.4.13", + "version": "v7.1.6", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", - "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db" + "reference": "85e95eeede2d41cd146146e98c9c81d9214cae85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/options-resolver/zipball/0a62a9f2504a8dd27083f89d21894ceb01cc59db", - "reference": "0a62a9f2504a8dd27083f89d21894ceb01cc59db", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/85e95eeede2d41cd146146e98c9c81d9214cae85", + "reference": "85e95eeede2d41cd146146e98c9c81d9214cae85", "shasum": "" }, "require": { - "php": ">=8.1", + "php": ">=8.2", "symfony/deprecation-contracts": "^2.5|^3" }, "type": "library", @@ -4492,7 +4487,7 @@ "options" ], "support": { - "source": "https://github.com/symfony/options-resolver/tree/v6.4.13" + "source": "https://github.com/symfony/options-resolver/tree/v7.1.6" }, "funding": [ { @@ -4508,7 +4503,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:18:03+00:00" + "time": "2024-09-25T14:20:29+00:00" }, { "name": "symfony/polyfill-ctype", @@ -5810,7 +5805,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -5818,6 +5813,6 @@ "ext-json": "*", "ext-dom": "*" }, - "platform-dev": {}, + "platform-dev": [], "plugin-api-version": "2.6.0" }