mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-18 11:45:14 +00:00
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:
parent
81eebb46fd
commit
5740233ee6
1 changed files with 12 additions and 8 deletions
20
composer.lock
generated
20
composer.lock
generated
|
@ -6773,16 +6773,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "php-http/discovery",
|
"name": "php-http/discovery",
|
||||||
"version": "1.15.3",
|
"version": "1.17.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/php-http/discovery.git",
|
"url": "https://github.com/php-http/discovery.git",
|
||||||
"reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8"
|
"reference": "bd810d15957cf165230e65d9e1a130793265e3b7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/php-http/discovery/zipball/3ccd28dd9fb34b52db946abea1b538568e34eae8",
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/bd810d15957cf165230e65d9e1a130793265e3b7",
|
||||||
"reference": "3ccd28dd9fb34b52db946abea1b538568e34eae8",
|
"reference": "bd810d15957cf165230e65d9e1a130793265e3b7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -6790,7 +6790,8 @@
|
||||||
"php": "^7.1 || ^8.0"
|
"php": "^7.1 || ^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"nyholm/psr7": "<1.0"
|
"nyholm/psr7": "<1.0",
|
||||||
|
"zendframework/zend-diactoros": "*"
|
||||||
},
|
},
|
||||||
"provide": {
|
"provide": {
|
||||||
"php-http/async-client-implementation": "*",
|
"php-http/async-client-implementation": "*",
|
||||||
|
@ -6815,7 +6816,10 @@
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Http\\Discovery\\": "src/"
|
"Http\\Discovery\\": "src/"
|
||||||
}
|
},
|
||||||
|
"exclude-from-classmap": [
|
||||||
|
"src/Composer/Plugin.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
"notification-url": "https://packagist.org/downloads/",
|
||||||
"license": [
|
"license": [
|
||||||
|
@ -6841,9 +6845,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/php-http/discovery/issues",
|
"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",
|
"name": "php-http/guzzle5-adapter",
|
||||||
|
|
Loading…
Reference in a new issue