From 872603d868be3a6dea741681e228eb06d771f264 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 9 Jan 2019 04:33:35 +0000 Subject: [PATCH] Bump react/socket from 0.8.6 to 1.2.0 Bumps [react/socket](https://github.com/reactphp/socket) from 0.8.6 to 1.2.0. - [Release notes](https://github.com/reactphp/socket/releases) - [Changelog](https://github.com/reactphp/socket/blob/master/CHANGELOG.md) - [Commits](https://github.com/reactphp/socket/compare/v0.8.6...v1.2.0) Signed-off-by: dependabot[bot] --- composer.lock | 94 ++++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 46 deletions(-) diff --git a/composer.lock b/composer.lock index 6613c68..0125dfa 100644 --- a/composer.lock +++ b/composer.lock @@ -417,7 +417,7 @@ ], "authors": [ { - "name": "Cees-jan Kiewiet", + "name": "Cees-Jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -458,7 +458,7 @@ ], "authors": [ { - "name": "Cees-jan Kiewiet", + "name": "Cees-Jan Kiewiet", "email": "ceesjank@gmail.com" } ], @@ -1802,64 +1802,69 @@ }, { "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": { @@ -1878,20 +1883,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": { @@ -1919,7 +1924,7 @@ "asynchronous", "event-loop" ], - "time": "2018-07-09T13:51:04+00:00" + "time": "2018-07-11T14:37:46+00:00" }, { "name": "react/http-client", @@ -1965,16 +1970,16 @@ }, { "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": { @@ -2007,7 +2012,7 @@ "promise", "promises" ], - "time": "2018-06-13T15:59:06+00:00" + "time": "2019-01-07T21:25:54+00:00" }, { "name": "react/promise-stream", @@ -2120,26 +2125,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", @@ -2163,34 +2168,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": { @@ -2212,7 +2214,7 @@ "stream", "writable" ], - "time": "2017-11-20T11:55:48+00:00" + "time": "2019-01-01T16:15:09+00:00" }, { "name": "reactivex/rxphp",