Bump php-http/mock-client from 1.4.0 to 1.4.1

Bumps [php-http/mock-client](https://github.com/php-http/mock-client) from 1.4.0 to 1.4.1.
- [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.4.0...1.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-15 02:17:52 +00:00 committed by GitHub
parent 3ec982b5f3
commit c79824746c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

92
composer.lock generated
View file

@ -6034,20 +6034,20 @@
},
{
"name": "php-http/client-common",
"version": "2.2.0",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
"reference": "f3985360f3d054292605e9ec7c4bc24ebcf249bb"
"reference": "d70de2f7bf575ef19350b8aab504857943ab2922"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/client-common/zipball/f3985360f3d054292605e9ec7c4bc24ebcf249bb",
"reference": "f3985360f3d054292605e9ec7c4bc24ebcf249bb",
"url": "https://api.github.com/repos/php-http/client-common/zipball/d70de2f7bf575ef19350b8aab504857943ab2922",
"reference": "d70de2f7bf575ef19350b8aab504857943ab2922",
"shasum": ""
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"php-http/httplug": "^2.0",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0",
@ -6062,9 +6062,8 @@
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
"phpspec/phpspec": "^5.1 || ^6.0",
"phpspec/prophecy": "^1.8",
"phpunit/phpunit": "^7.5",
"sebastian/comparator": "^3.0"
"phpspec/prophecy": "^1.10.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3"
},
"suggest": {
"ext-json": "To detect JSON responses with the ContentTypePlugin",
@ -6102,7 +6101,7 @@
"http",
"httplug"
],
"time": "2020-07-02T06:51:04+00:00"
"time": "2020-07-13T15:38:36+00:00"
},
{
"name": "php-http/curl-client",
@ -6171,29 +6170,29 @@
},
{
"name": "php-http/discovery",
"version": "1.9.0",
"version": "1.9.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe"
"reference": "64a18cc891957e05d91910b3c717d6bd11fbede9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/9ab7668fee74a5ad61996095e50917bd50ee8bfe",
"reference": "9ab7668fee74a5ad61996095e50917bd50ee8bfe",
"url": "https://api.github.com/repos/php-http/discovery/zipball/64a18cc891957e05d91910b3c717d6bd11fbede9",
"reference": "64a18cc891957e05d91910b3c717d6bd11fbede9",
"shasum": ""
},
"require": {
"php": "^7.1"
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"require-dev": {
"akeneo/phpspec-skip-example-extension": "^4.0",
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1",
"phpspec/phpspec": "^5.1 || ^6.1",
"puli/composer-plugin": "1.0.0-beta10"
},
"suggest": {
@ -6232,7 +6231,7 @@
"message",
"psr7"
],
"time": "2020-07-02T11:43:45+00:00"
"time": "2020-07-13T15:44:45+00:00"
},
{
"name": "php-http/guzzle5-adapter",
@ -6299,27 +6298,27 @@
},
{
"name": "php-http/httplug",
"version": "2.1.0",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/httplug.git",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06"
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/httplug/zipball/72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"reference": "72d2b129a48f0490d55b7f89be0d6aa0597ffb06",
"url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9",
"shasum": ""
},
"require": {
"php": "^7.0",
"php-http/promise": "^1.0",
"php": "^7.1 || ^8.0",
"php-http/promise": "^1.1",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0"
},
"require-dev": {
"friends-of-phpspec/phpspec-code-coverage": "^4.1",
"phpspec/phpspec": "^4.3.4|^5.0|^6.0"
"phpspec/phpspec": "^5.1 || ^6.0"
},
"type": "library",
"extra": {
@ -6343,7 +6342,8 @@
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "HTTPlug, the HTTP client abstraction for PHP",
@ -6352,7 +6352,7 @@
"client",
"http"
],
"time": "2019-12-27T10:07:11+00:00"
"time": "2020-07-13T15:43:23+00:00"
},
{
"name": "php-http/httplug-bundle",
@ -6635,21 +6635,24 @@
},
{
"name": "php-http/promise",
"version": "v1.0.0",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/php-http/promise.git",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
"url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
"friends-of-phpspec/phpspec-code-coverage": "^4.3.2",
"phpspec/phpspec": "^5.1.2 || ^6.2"
},
"type": "library",
"extra": {
@ -6667,13 +6670,13 @@
"MIT"
],
"authors": [
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
},
{
"name": "Joel Wurtz",
"email": "joel.wurtz@gmail.com"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Promise used for asynchronous HTTP requests",
@ -6681,7 +6684,7 @@
"keywords": [
"promise"
],
"time": "2016-01-26T13:27:02+00:00"
"time": "2020-07-07T09:29:14+00:00"
},
{
"name": "php-http/stopwatch-plugin",
@ -11260,20 +11263,20 @@
},
{
"name": "php-http/mock-client",
"version": "1.4.0",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/mock-client.git",
"reference": "9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5"
"reference": "1f89dc2dcfcf7c2aa69a2045fd05d67c52f8b612"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/mock-client/zipball/9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5",
"reference": "9947c7ff939b4d64ff78c5aaf7b3a7d5192c82c5",
"url": "https://api.github.com/repos/php-http/mock-client/zipball/1f89dc2dcfcf7c2aa69a2045fd05d67c52f8b612",
"reference": "1f89dc2dcfcf7c2aa69a2045fd05d67c52f8b612",
"shasum": ""
},
"require": {
"php": "^7.1",
"php": "^7.1 || ^8.0",
"php-http/client-common": "^1.9 || ^2.0",
"php-http/discovery": "^1.0",
"php-http/httplug": "^1.0 || ^2.0",
@ -11288,8 +11291,7 @@
"php-http/client-implementation": "1.0"
},
"require-dev": {
"henrikbjorn/phpspec-code-coverage": "^1.0",
"phpspec/phpspec": "^2.4"
"phpspec/phpspec": "^5.1 || ^6.0"
},
"type": "library",
"extra": {
@ -11320,7 +11322,7 @@
"mock",
"psr7"
],
"time": "2020-07-02T06:47:30+00:00"
"time": "2020-07-14T08:01:01+00:00"
},
{
"name": "phpstan/extension-installer",