From 9b8f13a15112489d655b193fd4969ce9d7ec24be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 11 Jan 2019 00:13:34 +0000 Subject: [PATCH] Bump api-clients/middleware-http-exceptions from 2.0.1 to 2.0.2 Bumps [api-clients/middleware-http-exceptions](https://github.com/php-api-clients/middleware-http-exceptions) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/php-api-clients/middleware-http-exceptions/releases) - [Commits](https://github.com/php-api-clients/middleware-http-exceptions/compare/2.0.1...2.0.2) Signed-off-by: dependabot[bot] --- composer.lock | 291 ++++++++++++++++---------------------------------- 1 file changed, 95 insertions(+), 196 deletions(-) diff --git a/composer.lock b/composer.lock index 204a8bc..b359162 100644 --- a/composer.lock +++ b/composer.lock @@ -296,16 +296,16 @@ }, { "name": "api-clients/middleware-http-exceptions", - "version": "2.0.1", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/php-api-clients/middleware-http-exceptions.git", - "reference": "e19664a7c87708f0c4104c97eefccd672740a67b" + "reference": "b6e2218ef9beaecc4c76909e586ac5e892764e3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-api-clients/middleware-http-exceptions/zipball/e19664a7c87708f0c4104c97eefccd672740a67b", - "reference": "e19664a7c87708f0c4104c97eefccd672740a67b", + "url": "https://api.github.com/repos/php-api-clients/middleware-http-exceptions/zipball/b6e2218ef9beaecc4c76909e586ac5e892764e3c", + "reference": "b6e2218ef9beaecc4c76909e586ac5e892764e3c", "shasum": "" }, "require": { @@ -334,7 +334,7 @@ } ], "description": "Wrap failing HTTP requests in HTTP response type specific exceptions", - "time": "2017-09-16T12:50:26+00:00" + "time": "2018-07-08T12:59:42+00:00" }, { "name": "api-clients/middleware-json", @@ -666,34 +666,36 @@ }, { "name": "clue/buzz-react", - "version": "v2.2.0", + "version": "v2.5.0", "source": { "type": "git", - "url": "https://github.com/clue/php-buzz-react.git", - "reference": "3fec9c17ffd4f7443f853de986e734b4c131f98e" + "url": "https://github.com/clue/reactphp-buzz.git", + "reference": "758a731c626eac2b88bad5359431650ef7384a55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/clue/php-buzz-react/zipball/3fec9c17ffd4f7443f853de986e734b4c131f98e", - "reference": "3fec9c17ffd4f7443f853de986e734b4c131f98e", + "url": "https://api.github.com/repos/clue/reactphp-buzz/zipball/758a731c626eac2b88bad5359431650ef7384a55", + "reference": "758a731c626eac2b88bad5359431650ef7384a55", "shasum": "" }, "require": { - "php": ">=5.4", + "php": ">=5.3", "psr/http-message": "^1.0", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", - "react/http-client": "^0.5.6", - "react/promise": "^2.2.1", + "react/http-client": "^0.5.8", + "react/promise": "^2.2.1 || ^1.2.1", "react/promise-stream": "^1.0 || ^0.1.1", - "react/socket": "^1.0 || ^0.8.4", + "react/promise-timer": "^1.2", + "react/socket": "^1.1", "react/stream": "^1.0 || ^0.7", "ringcentral/psr7": "^1.2" }, "require-dev": { "clue/block-react": "^1.0", + "clue/http-proxy-react": "^1.3", "clue/socks-react": "^0.8", - "phpunit/phpunit": "^4.5", - "react/http": "^0.7.2" + "phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35", + "react/http": "^0.8" }, "type": "library", "autoload": { @@ -712,7 +714,7 @@ } ], "description": "Simple, async PSR-7 HTTP client for concurrently processing any number of HTTP requests, built on top of ReactPHP", - "homepage": "https://github.com/clue/php-buzz-react", + "homepage": "https://github.com/clue/reactphp-buzz", "keywords": [ "async", "http", @@ -720,7 +722,7 @@ "psr-7", "reactphp" ], - "time": "2017-10-24T17:53:40+00:00" + "time": "2018-10-24T07:47:33+00:00" }, { "name": "container-interop/container-interop", @@ -1023,73 +1025,6 @@ ], "time": "2017-07-23T21:35:13+00:00" }, - { - "name": "guzzlehttp/psr7", - "version": "1.5.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "9f83dded91781a01c63574e387eaa769be769115" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115", - "reference": "9f83dded91781a01c63574e387eaa769be769115", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, - "autoload": { - "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" - }, - { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" - } - ], - "description": "PSR-7 message implementation that also provides common utility methods", - "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" - ], - "time": "2018-12-04T20:46:45+00:00" - }, { "name": "igorw/get-in", "version": "v1.0.3", @@ -1802,106 +1737,71 @@ ], "time": "2016-08-06T14:39:51+00:00" }, - { - "name": "ralouphie/getallheaders", - "version": "2.0.5", - "source": { - "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa", - "shasum": "" - }, - "require": { - "php": ">=5.3" - }, - "require-dev": { - "phpunit/phpunit": "~3.7.0", - "satooshi/php-coveralls": ">=1.0" - }, - "type": "library", - "autoload": { - "files": [ - "src/getallheaders.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" - } - ], - "description": "A polyfill for getallheaders.", - "time": "2016-02-11T07:05:27+00:00" - }, { "name": "react/cache", - "version": "v0.4.1", + "version": "v0.5.0", "source": { "type": "git", "url": "https://github.com/reactphp/cache.git", - "reference": "558f614891341b1d817a8cdf9a358948ec49638f" + "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/cache/zipball/558f614891341b1d817a8cdf9a358948ec49638f", - "reference": "558f614891341b1d817a8cdf9a358948ec49638f", + "url": "https://api.github.com/repos/reactphp/cache/zipball/7d7da7fb7574d471904ba357b39bbf110ccdbf66", + "reference": "7d7da7fb7574d471904ba357b39bbf110ccdbf66", "shasum": "" }, "require": { "php": ">=5.3.0", "react/promise": "~2.0|~1.1" }, + "require-dev": { + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" + }, "type": "library", "autoload": { "psr-4": { - "React\\Cache\\": "src\\" + "React\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Async caching.", + "description": "Async, Promise-based cache interface for ReactPHP", "keywords": [ - "cache" + "cache", + "caching", + "promise", + "reactphp" ], - "time": "2016-02-25T18:17:16+00:00" + "time": "2018-06-25T12:52:40+00:00" }, { "name": "react/dns", - "version": "v0.4.11", + "version": "v0.4.16", "source": { "type": "git", "url": "https://github.com/reactphp/dns.git", - "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53" + "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/dns/zipball/8558bba4f2784aa997670d15fc6f7461a8eb4e53", - "reference": "8558bba4f2784aa997670d15fc6f7461a8eb4e53", + "url": "https://api.github.com/repos/reactphp/dns/zipball/0a0bedfec72b38406413c6ea01e1c015bd0bf72b", + "reference": "0a0bedfec72b38406413c6ea01e1c015bd0bf72b", "shasum": "" }, "require": { "php": ">=5.3.0", - "react/cache": "~0.4.0|~0.3.0", + "react/cache": "^0.5 || ^0.4 || ^0.3", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", "react/promise": "^2.1 || ^1.2.1", "react/promise-timer": "^1.2", - "react/socket": "^1.0 || ^0.8 || ^0.7 || ^0.6 || ^0.5 || ^0.4.4", "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4.5" }, "require-dev": { "clue/block-react": "^1.2", - "phpunit/phpunit": "^5.0 || ^4.8.10" + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -1920,20 +1820,20 @@ "dns-resolver", "reactphp" ], - "time": "2017-08-25T08:22:48+00:00" + "time": "2018-11-11T11:21:13+00:00" }, { "name": "react/event-loop", - "version": "v0.5.3", + "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/reactphp/event-loop.git", - "reference": "228178a947de1f7cd9296d691878569628288c6f" + "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/event-loop/zipball/228178a947de1f7cd9296d691878569628288c6f", - "reference": "228178a947de1f7cd9296d691878569628288c6f", + "url": "https://api.github.com/repos/reactphp/event-loop/zipball/0266aff7aa7b0613b1f38a723e14a0ebc55cfca3", + "reference": "0266aff7aa7b0613b1f38a723e14a0ebc55cfca3", "shasum": "" }, "require": { @@ -1961,33 +1861,35 @@ "asynchronous", "event-loop" ], - "time": "2018-07-09T13:51:04+00:00" + "time": "2018-07-11T14:37:46+00:00" }, { "name": "react/http-client", - "version": "v0.5.6", + "version": "v0.5.9", "source": { "type": "git", "url": "https://github.com/reactphp/http-client.git", - "reference": "eb521c0f9de9b9780b9ced78d90314085632377f" + "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http-client/zipball/eb521c0f9de9b9780b9ced78d90314085632377f", - "reference": "eb521c0f9de9b9780b9ced78d90314085632377f", + "url": "https://api.github.com/repos/reactphp/http-client/zipball/f8e81a022b61938e0b37c94c6351fc170b7d87f6", + "reference": "f8e81a022b61938e0b37c94c6351fc170b7d87f6", "shasum": "" }, "require": { - "evenement/evenement": "^3.0 || ^2.0", - "guzzlehttp/psr7": "^1.0", - "php": ">=5.4.0", + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.0", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", - "react/promise": "~2.2", + "react/promise": "^2.1 || ^1.2.1", "react/socket": "^1.0 || ^0.8.4", - "react/stream": "^1.0 || ^0.7.1" + "react/stream": "^1.0 || ^0.7.1", + "ringcentral/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10" + "clue/block-react": "^1.2", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35", + "react/promise-stream": "^1.1" }, "type": "library", "autoload": { @@ -2003,20 +1905,20 @@ "keywords": [ "http" ], - "time": "2017-09-17T14:41:00+00:00" + "time": "2018-04-10T11:38:54+00:00" }, { "name": "react/promise", - "version": "v2.7.0", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", - "reference": "f4edc2581617431aea50430749db55cc3fc031b3" + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise/zipball/f4edc2581617431aea50430749db55cc3fc031b3", - "reference": "f4edc2581617431aea50430749db55cc3fc031b3", + "url": "https://api.github.com/repos/reactphp/promise/zipball/31ffa96f8d2ed0341a57848cbb84d88b89dd664d", + "reference": "31ffa96f8d2ed0341a57848cbb84d88b89dd664d", "shasum": "" }, "require": { @@ -2049,20 +1951,20 @@ "promise", "promises" ], - "time": "2018-06-13T15:59:06+00:00" + "time": "2019-01-07T21:25:54+00:00" }, { "name": "react/promise-stream", - "version": "v1.1.0", + "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/reactphp/promise-stream.git", - "reference": "77ca2a233db59d671864c88e2b716d875cfbeb1f" + "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/77ca2a233db59d671864c88e2b716d875cfbeb1f", - "reference": "77ca2a233db59d671864c88e2b716d875cfbeb1f", + "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9", + "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9", "shasum": "" }, "require": { @@ -2072,7 +1974,7 @@ }, "require-dev": { "clue/block-react": "^1.0", - "phpunit/phpunit": "^4.8", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3", "react/promise-timer": "^1.0" }, @@ -2105,7 +2007,7 @@ "stream", "unwrap" ], - "time": "2017-11-28T18:31:39+00:00" + "time": "2017-12-22T12:02:05+00:00" }, { "name": "react/promise-timer", @@ -2162,26 +2064,26 @@ }, { "name": "react/socket", - "version": "v0.8.6", + "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "2e8660111d14df908a913a058bce4a1786de489f" + "reference": "23b7372bb25cea934f6124f5bdac34e30161959e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/2e8660111d14df908a913a058bce4a1786de489f", - "reference": "2e8660111d14df908a913a058bce4a1786de489f", + "url": "https://api.github.com/repos/reactphp/socket/zipball/23b7372bb25cea934f6124f5bdac34e30161959e", + "reference": "23b7372bb25cea934f6124f5bdac34e30161959e", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/dns": "^0.4.11", + "react/dns": "^0.4.13", "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", - "react/promise": "^2.1 || ^1.2", - "react/promise-timer": "~1.0", - "react/stream": "^1.0 || ^0.7.1" + "react/promise": "^2.6.0 || ^1.2.1", + "react/promise-timer": "^1.4.0", + "react/stream": "^1.1" }, "require-dev": { "clue/block-react": "^1.2", @@ -2205,34 +2107,31 @@ "reactphp", "stream" ], - "time": "2017-11-18T16:47:56+00:00" + "time": "2019-01-07T14:10:13+00:00" }, { "name": "react/stream", - "version": "v0.7.5", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24" + "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/a41bbffdda5e3f4282012f8e346cef48ecb28b24", - "reference": "a41bbffdda5e3f4282012f8e346cef48ecb28b24", + "url": "https://api.github.com/repos/reactphp/stream/zipball/50426855f7a77ddf43b9266c22320df5bf6c6ce6", + "reference": "50426855f7a77ddf43b9266c22320df5bf6c6ce6", "shasum": "" }, "require": { "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.8", - "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" }, "require-dev": { "clue/stream-filter": "~1.2", "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, - "suggest": { - "react/event-loop": "^0.4" - }, "type": "library", "autoload": { "psr-4": { @@ -2254,7 +2153,7 @@ "stream", "writable" ], - "time": "2017-11-20T11:55:48+00:00" + "time": "2019-01-01T16:15:09+00:00" }, { "name": "reactivex/rxphp", @@ -2323,16 +2222,16 @@ }, { "name": "ringcentral/psr7", - "version": "1.2.1", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/ringcentral/psr7.git", - "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303" + "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ringcentral/psr7/zipball/2594fb47cdc659f3fcf0aa1559b7355460555303", - "reference": "2594fb47cdc659f3fcf0aa1559b7355460555303", + "url": "https://api.github.com/repos/ringcentral/psr7/zipball/dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c", + "reference": "dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c", "shasum": "" }, "require": { @@ -2377,7 +2276,7 @@ "stream", "uri" ], - "time": "2016-03-25T17:36:49+00:00" + "time": "2018-01-15T21:00:49+00:00" }, { "name": "symfony/polyfill-php56", @@ -2489,16 +2388,16 @@ }, { "name": "wyrihaximus/doctrine-annotation-autoloader", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-doctrine-annotation-autoloader.git", - "reference": "9670f84b7d3ca53723556988080ebc939da345af" + "reference": "e78712e878561e29162908f7067a76c9fd084455" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-doctrine-annotation-autoloader/zipball/9670f84b7d3ca53723556988080ebc939da345af", - "reference": "9670f84b7d3ca53723556988080ebc939da345af", + "url": "https://api.github.com/repos/WyriHaximus/php-doctrine-annotation-autoloader/zipball/e78712e878561e29162908f7067a76c9fd084455", + "reference": "e78712e878561e29162908f7067a76c9fd084455", "shasum": "" }, "require": { @@ -2521,7 +2420,7 @@ } ], "description": "Request middleware", - "time": "2017-06-19T15:02:15+00:00" + "time": "2018-12-24T00:51:41+00:00" }, { "name": "wyrihaximus/tactician-command-handler-mapper",