diff --git a/composer.json b/composer.json index 1a08354..6861c9f 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ ], "require" : { "php" : ">=5.3", - "react/react": "^0.3" + "react/react": "0.5.x-dev" }, "require-dev" : { "phpunit/phpunit" : "~4", @@ -24,4 +24,4 @@ "Phluid": "src/" } } -} \ No newline at end of file +} diff --git a/composer.lock b/composer.lock index e18c4bf..742c33a 100644 --- a/composer.lock +++ b/composer.lock @@ -4,34 +4,29 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "7e140002d3c419656fca46dbb151c25a", + "content-hash": "b3e99d9d7df0c6765342e8745ef80064", "packages": [ { "name": "evenement/evenement", - "version": "v2.1.0", + "version": "v3.0.1", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", - "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a" + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a", - "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a", + "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7", + "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7", "shasum": "" }, "require": { - "php": ">=5.4.0" + "php": ">=7.0" }, "require-dev": { - "phpunit/phpunit": "^6.0||^5.7||^4.8.35" + "phpunit/phpunit": "^6.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.0-dev" - } - }, "autoload": { "psr-0": { "Evenement": "src" @@ -52,72 +47,7 @@ "event-dispatcher", "event-emitter" ], - "time": "2017-07-17T17:39:19+00:00" - }, - { - "name": "guzzlehttp/psr7", - "version": "1.4.2", - "source": { - "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4-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", - "request", - "response", - "stream", - "uri", - "url" - ], - "time": "2017-03-20T17:10:46+00:00" + "time": "2017-07-23T21:35:13+00:00" }, { "name": "psr/http-message", @@ -211,27 +141,27 @@ }, { "name": "react/child-process", - "version": "v0.4.3", + "version": "v0.5.2", "source": { "type": "git", "url": "https://github.com/reactphp/child-process.git", - "reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6" + "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/child-process/zipball/b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6", - "reference": "b81d06daaafb5d7d592b6f7f8b1b7905cdef9ac6", + "url": "https://api.github.com/repos/reactphp/child-process/zipball/aae49d7f1340bafb695b9af3ce4421ea41a39620", + "reference": "aae49d7f1340bafb695b9af3ce4421ea41a39620", "shasum": "" }, "require": { - "evenement/evenement": "^2.0 || ^1.0", + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/event-loop": "^0.4 || ^0.3", - "react/stream": "^0.5 || ^0.4.4" + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5", + "react/stream": "^1.0 || ^0.7.6" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "sebastian/environment": "~1.0" + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35", + "sebastian/environment": "^3.0 || ^2.0 || ^1.0" }, "type": "library", "autoload": { @@ -243,11 +173,13 @@ "license": [ "MIT" ], - "description": "Library for executing child processes.", + "description": "Event-driven library for executing child processes with ReactPHP.", "keywords": [ - "process" + "event-driven", + "process", + "reactphp" ], - "time": "2017-03-14T13:23:20+00:00" + "time": "2018-01-18T14:53:06+00:00" }, { "name": "react/dns", @@ -338,27 +270,30 @@ }, { "name": "react/http", - "version": "v0.4.4", + "version": "v0.8.1", "source": { "type": "git", "url": "https://github.com/reactphp/http.git", - "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222" + "reference": "92deba861d5a1320584450cfa61622a2969b00ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http/zipball/aac319bd789cbc7b478d42cde2d03596e97e3222", - "reference": "aac319bd789cbc7b478d42cde2d03596e97e3222", + "url": "https://api.github.com/repos/reactphp/http/zipball/92deba861d5a1320584450cfa61622a2969b00ef", + "reference": "92deba861d5a1320584450cfa61622a2969b00ef", "shasum": "" }, "require": { - "evenement/evenement": "^2.0 || ^1.0", + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/socket": "^0.4", - "react/stream": "^0.4.4", + "react/promise": "^2.3 || ^1.2.1", + "react/promise-stream": "^1.1", + "react/socket": "^1.0 || ^0.8.3", + "react/stream": "^1.0 || ^0.7.1", "ringcentral/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^4.8.10||^5.0" + "clue/block-react": "^1.1", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -370,38 +305,42 @@ "license": [ "MIT" ], - "description": "Library for building an evented http server.", + "description": "Event-driven, streaming plaintext HTTP and secure HTTPS server for ReactPHP", "keywords": [ - "http" + "event-driven", + "http", + "https", + "reactphp", + "server", + "streaming" ], - "time": "2017-02-13T14:12:50+00:00" + "time": "2018-01-05T15:30:50+00:00" }, { "name": "react/http-client", - "version": "v0.4.17", + "version": "v0.5.8", "source": { "type": "git", "url": "https://github.com/reactphp/http-client.git", - "reference": "75ee8a113f156834aaabfe0055e8db531cb4892c" + "reference": "7dd490916b07e7402b7143e1ad6803fdb50c5e98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/http-client/zipball/75ee8a113f156834aaabfe0055e8db531cb4892c", - "reference": "75ee8a113f156834aaabfe0055e8db531cb4892c", + "url": "https://api.github.com/repos/reactphp/http-client/zipball/7dd490916b07e7402b7143e1ad6803fdb50c5e98", + "reference": "7dd490916b07e7402b7143e1ad6803fdb50c5e98", "shasum": "" }, "require": { - "evenement/evenement": "~2.0", - "guzzlehttp/psr7": "^1.0", - "php": ">=5.4.0", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", - "react/promise": "~2.2", - "react/socket-client": "^0.5 || ^0.4 || ^0.3", - "react/stream": "0.4.*" + "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.1 || ^1.2.1", + "react/socket": "^1.0 || ^0.8.4", + "react/stream": "^1.0 || ^0.7.1", + "ringcentral/psr7": "^1.2" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10" + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -413,11 +352,11 @@ "license": [ "MIT" ], - "description": "Asynchronous HTTP client library.", + "description": "Event-driven, streaming HTTP client for ReactPHP", "keywords": [ "http" ], - "time": "2017-03-20T09:55:48+00:00" + "time": "2018-02-09T08:42:44+00:00" }, { "name": "react/promise", @@ -465,6 +404,62 @@ ], "time": "2017-03-25T12:08:31+00:00" }, + { + "name": "react/promise-stream", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/reactphp/promise-stream.git", + "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/reactphp/promise-stream/zipball/00e269d611e9c9a29356aef64c07f7e513e73dc9", + "reference": "00e269d611e9c9a29356aef64c07f7e513e73dc9", + "shasum": "" + }, + "require": { + "php": ">=5.3", + "react/promise": "^2.1 || ^1.2", + "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3" + }, + "require-dev": { + "clue/block-react": "^1.0", + "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" + }, + "type": "library", + "autoload": { + "psr-4": { + "React\\Promise\\Stream\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Lück", + "email": "christian@lueck.tv" + } + ], + "description": "The missing link between Promise-land and Stream-land for ReactPHP", + "homepage": "https://github.com/reactphp/promise-stream", + "keywords": [ + "Buffer", + "async", + "promise", + "reactphp", + "stream", + "unwrap" + ], + "time": "2017-12-22T12:02:05+00:00" + }, { "name": "react/promise-timer", "version": "v1.2.1", @@ -520,33 +515,35 @@ }, { "name": "react/react", - "version": "v0.4.2", + "version": "dev-master", "source": { "type": "git", "url": "https://github.com/reactphp/react.git", - "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765" + "reference": "327c3324975c9aedd3b4aeecf695f4f1783b194a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/react/zipball/457b6b8a16a37c11278cac0870d6d2ff911c5765", - "reference": "457b6b8a16a37c11278cac0870d6d2ff911c5765", + "url": "https://api.github.com/repos/reactphp/react/zipball/327c3324975c9aedd3b4aeecf695f4f1783b194a", + "reference": "327c3324975c9aedd3b4aeecf695f4f1783b194a", "shasum": "" }, "require": { "php": ">=5.4.0", - "react/cache": "0.4.*", - "react/child-process": "0.4.*", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", - "react/http": "0.4.*", - "react/http-client": "0.4.*", - "react/promise": "~2.1", - "react/socket": "0.4.*", - "react/socket-client": "0.4.*", - "react/stream": "0.4.*" + "react/cache": "^0.4", + "react/child-process": "^0.5", + "react/dns": "^0.4", + "react/event-loop": "^0.4", + "react/http": "^0.8.1", + "react/http-client": "^0.5", + "react/promise": "^2.1", + "react/promise-stream": "^1.1.1", + "react/socket": "^0.8.8", + "react/stream": "^0.7" }, "require-dev": { - "phpunit/phpunit": "~4.0" + "clue/block-react": "^1.1", + "clue/stream-filter": "^1.3", + "phpunit/phpunit": "^4.8.35" }, "suggest": { "ext-event": "Allows for use of a more performant event-loop implementation.", @@ -569,33 +566,34 @@ "event-loop", "reactor" ], - "time": "2014-12-11T02:06:55+00:00" + "time": "2018-01-18T16:09:39+00:00" }, { "name": "react/socket", - "version": "v0.4.6", + "version": "v0.8.10", "source": { "type": "git", "url": "https://github.com/reactphp/socket.git", - "reference": "cf074e53c974df52388ebd09710a9018894745d2" + "reference": "d3957313c92b539537fccc80170c05a27ec25796" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket/zipball/cf074e53c974df52388ebd09710a9018894745d2", - "reference": "cf074e53c974df52388ebd09710a9018894745d2", + "url": "https://api.github.com/repos/reactphp/socket/zipball/d3957313c92b539537fccc80170c05a27ec25796", + "reference": "d3957313c92b539537fccc80170c05a27ec25796", "shasum": "" }, "require": { - "evenement/evenement": "~2.0|~1.0", + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", "php": ">=5.3.0", - "react/event-loop": "0.4.*|0.3.*", - "react/promise": "^2.0 || ^1.1", - "react/stream": "^0.4.5" + "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" }, "require-dev": { - "clue/block-react": "^1.1", - "phpunit/phpunit": "~4.8", - "react/socket-client": "^0.5.1" + "clue/block-react": "^1.2", + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -607,80 +605,38 @@ "license": [ "MIT" ], - "description": "Async, streaming plaintext TCP/IP and secure TLS socket server for React PHP", + "description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP", "keywords": [ - "Socket" - ], - "time": "2017-01-26T09:23:38+00:00" - }, - { - "name": "react/socket-client", - "version": "v0.4.6", - "source": { - "type": "git", - "url": "https://github.com/reactphp/socket-client.git", - "reference": "49e730523b73d912e56f7a41f53ed3fc083ae167" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/reactphp/socket-client/zipball/49e730523b73d912e56f7a41f53ed3fc083ae167", - "reference": "49e730523b73d912e56f7a41f53ed3fc083ae167", - "shasum": "" - }, - "require": { - "php": ">=5.4.0", - "react/dns": "0.4.*", - "react/event-loop": "0.4.*", - "react/promise": "~2.0", - "react/stream": "0.4.*" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4-dev" - } - }, - "autoload": { - "psr-4": { - "React\\SocketClient\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Async connector to open TCP/IP and SSL/TLS based connections.", - "keywords": [ - "Socket" + "Connection", + "Socket", + "async", + "reactphp", + "stream" ], - "time": "2016-12-06T10:54:49+00:00" + "time": "2018-02-28T09:32:38+00:00" }, { "name": "react/stream", - "version": "v0.4.6", + "version": "v0.7.7", "source": { "type": "git", "url": "https://github.com/reactphp/stream.git", - "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee" + "reference": "10100896018fd847a257cd81143b8e1b7be08e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/stream/zipball/44dc7f51ea48624110136b535b9ba44fd7d0c1ee", - "reference": "44dc7f51ea48624110136b535b9ba44fd7d0c1ee", + "url": "https://api.github.com/repos/reactphp/stream/zipball/10100896018fd847a257cd81143b8e1b7be08e40", + "reference": "10100896018fd847a257cd81143b8e1b7be08e40", "shasum": "" }, "require": { - "evenement/evenement": "^2.0|^1.0", - "php": ">=5.3.8" + "evenement/evenement": "^3.0 || ^2.0 || ^1.0", + "php": ">=5.3.8", + "react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5" }, "require-dev": { "clue/stream-filter": "~1.2", - "react/event-loop": "^0.4|^0.3", - "react/promise": "^2.0|^1.0" - }, - "suggest": { - "react/event-loop": "^0.4", - "react/promise": "^2.0" + "phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -692,12 +648,18 @@ "license": [ "MIT" ], - "description": "Basic readable and writable stream interfaces that support piping.", + "description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP", "keywords": [ + "event-driven", + "io", + "non-blocking", "pipe", - "stream" + "reactphp", + "readable", + "stream", + "writable" ], - "time": "2017-01-25T14:44:14+00:00" + "time": "2018-01-19T15:04:38+00:00" }, { "name": "ringcentral/psr7", @@ -2116,7 +2078,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "react/react": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {