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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-27 02:58:34 +00:00 committed by GitHub
parent 81eebb46fd
commit 5740233ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

20
composer.lock generated
View file

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