From 5740233ee615298eeee401b1dcac565f850d4794 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 02:58:34 +0000 Subject: [PATCH] Bump php-http/discovery from 1.15.3 to 1.17.0 Bumps [php-http/discovery](https://github.com/php-http/discovery) from 1.15.3 to 1.17.0. - [Release notes](https://github.com/php-http/discovery/releases) - [Changelog](https://github.com/php-http/discovery/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/php-http/discovery/compare/1.15.3...1.17.0) --- updated-dependencies: - dependency-name: php-http/discovery dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 5344545cc..493660f85 100644 --- a/composer.lock +++ b/composer.lock @@ -6773,16 +6773,16 @@ }, { "name": "php-http/discovery", - "version": "1.15.3", + "version": "1.17.0", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", - "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8" + "reference": "bd810d15957cf165230e65d9e1a130793265e3b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-http/discovery/zipball/3ccd28dd9fb34b52db946abea1b538568e34eae8", - "reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8", + "url": "https://api.github.com/repos/php-http/discovery/zipball/bd810d15957cf165230e65d9e1a130793265e3b7", + "reference": "bd810d15957cf165230e65d9e1a130793265e3b7", "shasum": "" }, "require": { @@ -6790,7 +6790,8 @@ "php": "^7.1 || ^8.0" }, "conflict": { - "nyholm/psr7": "<1.0" + "nyholm/psr7": "<1.0", + "zendframework/zend-diactoros": "*" }, "provide": { "php-http/async-client-implementation": "*", @@ -6815,7 +6816,10 @@ "autoload": { "psr-4": { "Http\\Discovery\\": "src/" - } + }, + "exclude-from-classmap": [ + "src/Composer/Plugin.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6841,9 +6845,9 @@ ], "support": { "issues": "https://github.com/php-http/discovery/issues", - "source": "https://github.com/php-http/discovery/tree/1.15.3" + "source": "https://github.com/php-http/discovery/tree/1.17.0" }, - "time": "2023-03-31T14:40:37+00:00" + "time": "2023-04-26T15:39:13+00:00" }, { "name": "php-http/guzzle5-adapter",