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