mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-17 10:50:29 +01:00
Bump php-http/mock-client from 1.3.1 to 1.4.0
Bumps [php-http/mock-client](https://github.com/php-http/mock-client) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/php-http/mock-client/releases) - [Changelog](https://github.com/php-http/mock-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-http/mock-client/compare/1.3.1...1.4.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
49aad7bfba
commit
03feebbcc0
66
composer.lock
generated
66
composer.lock
generated
@ -6001,16 +6001,16 @@
|
||||
},
|
||||
{
|
||||
"name": "php-http/client-common",
|
||||
"version": "2.1.0",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/client-common.git",
|
||||
"reference": "a8b29678d61556f45d6236b1667db16d998ceec5"
|
||||
"reference": "f3985360f3d054292605e9ec7c4bc24ebcf249bb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/client-common/zipball/a8b29678d61556f45d6236b1667db16d998ceec5",
|
||||
"reference": "a8b29678d61556f45d6236b1667db16d998ceec5",
|
||||
"url": "https://api.github.com/repos/php-http/client-common/zipball/f3985360f3d054292605e9ec7c4bc24ebcf249bb",
|
||||
"reference": "f3985360f3d054292605e9ec7c4bc24ebcf249bb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6018,13 +6018,19 @@
|
||||
"php-http/httplug": "^2.0",
|
||||
"php-http/message": "^1.6",
|
||||
"php-http/message-factory": "^1.0",
|
||||
"symfony/options-resolver": " ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0"
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0",
|
||||
"symfony/polyfill-php80": "^1.17"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/instantiator": "^1.1",
|
||||
"guzzlehttp/psr7": "^1.4",
|
||||
"phpspec/phpspec": "^5.1",
|
||||
"nyholm/psr7": "^1.2",
|
||||
"phpspec/phpspec": "^5.1 || ^6.0",
|
||||
"phpspec/prophecy": "^1.8",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"sebastian/comparator": "^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
@ -6037,7 +6043,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
"dev-master": "2.2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -6063,7 +6069,7 @@
|
||||
"http",
|
||||
"httplug"
|
||||
],
|
||||
"time": "2019-11-18T08:58:18+00:00"
|
||||
"time": "2020-07-02T06:51:04+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/curl-client",
|
||||
@ -6132,16 +6138,16 @@
|
||||
},
|
||||
{
|
||||
"name": "php-http/discovery",
|
||||
"version": "1.8.0",
|
||||
"version": "1.9.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/discovery.git",
|
||||
"reference": "10d9019f393773345aedc0dc79e7fd678da874ee"
|
||||
"reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/discovery/zipball/10d9019f393773345aedc0dc79e7fd678da874ee",
|
||||
"reference": "10d9019f393773345aedc0dc79e7fd678da874ee",
|
||||
"url": "https://api.github.com/repos/php-http/discovery/zipball/9ab7668fee74a5ad61996095e50917bd50ee8bfe",
|
||||
"reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -6164,7 +6170,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7-dev"
|
||||
"dev-master": "1.9-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -6193,7 +6199,7 @@
|
||||
"message",
|
||||
"psr7"
|
||||
],
|
||||
"time": "2020-06-14T10:44:12+00:00"
|
||||
"time": "2020-07-02T11:43:45+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-http/guzzle5-adapter",
|
||||
@ -7138,20 +7144,20 @@
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-fig/http-client.git",
|
||||
"reference": "496a823ef742b632934724bf769560c2a5c7c44e"
|
||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/496a823ef742b632934724bf769560c2a5c7c44e",
|
||||
"reference": "496a823ef742b632934724bf769560c2a5c7c44e",
|
||||
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||||
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0",
|
||||
"php": "^7.0 || ^8.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"type": "library",
|
||||
@ -7183,7 +7189,7 @@
|
||||
"psr",
|
||||
"psr-18"
|
||||
],
|
||||
"time": "2018-10-30T23:29:13+00:00"
|
||||
"time": "2020-06-29T06:28:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-factory",
|
||||
@ -11154,24 +11160,28 @@
|
||||
},
|
||||
{
|
||||
"name": "php-http/mock-client",
|
||||
"version": "1.3.1",
|
||||
"version": "1.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/php-http/mock-client.git",
|
||||
"reference": "186547be76fe81cc0c0589f9285ef9c8dded9845"
|
||||
"reference": "9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/php-http/mock-client/zipball/186547be76fe81cc0c0589f9285ef9c8dded9845",
|
||||
"reference": "186547be76fe81cc0c0589f9285ef9c8dded9845",
|
||||
"url": "https://api.github.com/repos/php-http/mock-client/zipball/9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5",
|
||||
"reference": "9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.5 || ^7.0",
|
||||
"php": "^7.1",
|
||||
"php-http/client-common": "^1.9 || ^2.0",
|
||||
"php-http/discovery": "^1.0",
|
||||
"php-http/httplug": "^1.0 || ^2.0",
|
||||
"php-http/message-factory": "^1.0"
|
||||
"php-http/message-factory": "^1.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"psr/http-factory": "^1.0",
|
||||
"psr/http-message": "^1.0",
|
||||
"symfony/polyfill-php80": "^1.17"
|
||||
},
|
||||
"provide": {
|
||||
"php-http/async-client-implementation": "1.0",
|
||||
@ -11184,7 +11194,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.3-dev"
|
||||
"dev-master": "1.4-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -11210,7 +11220,7 @@
|
||||
"mock",
|
||||
"psr7"
|
||||
],
|
||||
"time": "2019-11-06T12:49:04+00:00"
|
||||
"time": "2020-07-02T06:47:30+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/extension-installer",
|
||||
|
Loading…
Reference in New Issue
Block a user