diff --git a/composer.json b/composer.json index aedfae2..58d8d65 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "sciactive/nymph-pubsub", "description": "A library for publishing/subscribing to Nymph database changes.", - "version": "1.5.5", - "time": "2017-06-18", + "version": "1.6.0", + "time": "2017-07-21", "homepage": "http://nymph.io/", "type": "library", "authors": [ @@ -40,14 +40,8 @@ "Nymph\\PubSub\\": "src/" } }, - "repositories": [ - { - "type": "vcs", - "url": "https://github.com/Devristo/phpws" - } - ], "require": { - "sciactive/nymph-server": "~1.5.4", + "sciactive/nymph-server": "~1.6.0", "sciactive/hookphp": "~2.0", "sciactive/requirephp": "~1.3", "cboden/ratchet": "0.3.*", diff --git a/composer.lock b/composer.lock index 7461e2b..7f28399 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "fdc24ce380749678a1b7082ddcf89de8", - "content-hash": "97f837bf04353ffc12b42632a3f3f2e3", + "content-hash": "dd831d8b22f25bee5b0bec289ebc6b47", "packages": [ { "name": "cboden/ratchet", @@ -53,7 +52,7 @@ "server", "sockets" ], - "time": "2017-01-06 14:36:36" + "time": "2017-01-06T14:36:36+00:00" }, { "name": "container-interop/container-interop", @@ -84,25 +83,28 @@ ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", - "time": "2017-02-14 19:40:03" + "time": "2017-02-14T19:40:03+00:00" }, { "name": "evenement/evenement", - "version": "v2.0.0", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/igorw/evenement.git", - "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e" + "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/igorw/evenement/zipball/f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", - "reference": "f6e843799fd4f4184d54d8fc7b5b3551c9fa803e", + "url": "https://api.github.com/repos/igorw/evenement/zipball/6ba9a777870ab49f417e703229d53931ed40fd7a", + "reference": "6ba9a777870ab49f417e703229d53931ed40fd7a", "shasum": "" }, "require": { "php": ">=5.4.0" }, + "require-dev": { + "phpunit/phpunit": "^6.0||^5.7||^4.8.35" + }, "type": "library", "extra": { "branch-alias": { @@ -121,8 +123,7 @@ "authors": [ { "name": "Igor Wiedler", - "email": "igor@wiedler.ch", - "homepage": "http://wiedler.ch/igor/" + "email": "igor@wiedler.ch" } ], "description": "Événement is a very simple event dispatching library for PHP", @@ -130,7 +131,7 @@ "event-dispatcher", "event-emitter" ], - "time": "2012-11-02 14:49:47" + "time": "2017-07-17T17:39:19+00:00" }, { "name": "guzzle/common", @@ -175,7 +176,7 @@ "exception" ], "abandoned": "guzzle/guzzle", - "time": "2014-08-11 04:32:36" + "time": "2014-08-11T04:32:36+00:00" }, { "name": "guzzle/http", @@ -233,7 +234,7 @@ "http client" ], "abandoned": "guzzle/guzzle", - "time": "2014-08-11 04:32:36" + "time": "2014-08-11T04:32:36+00:00" }, { "name": "guzzle/parser", @@ -278,7 +279,7 @@ "url" ], "abandoned": "guzzle/guzzle", - "time": "2014-02-05 18:29:46" + "time": "2014-02-05T18:29:46+00:00" }, { "name": "guzzle/stream", @@ -332,7 +333,7 @@ "stream" ], "abandoned": "guzzle/guzzle", - "time": "2014-05-01 21:36:02" + "time": "2014-05-01T21:36:02+00:00" }, { "name": "psr/container", @@ -381,7 +382,7 @@ "container-interop", "psr" ], - "time": "2017-02-14 16:28:37" + "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/log", @@ -428,7 +429,7 @@ "psr", "psr-3" ], - "time": "2016-10-10 12:19:37" + "time": "2016-10-10T12:19:37+00:00" }, { "name": "react/event-loop", @@ -470,7 +471,7 @@ "asynchronous", "event-loop" ], - "time": "2017-04-27 10:56:23" + "time": "2017-04-27T10:56:23+00:00" }, { "name": "react/promise", @@ -516,7 +517,7 @@ "promise", "promises" ], - "time": "2017-03-25 12:08:31" + "time": "2017-03-25T12:08:31+00:00" }, { "name": "react/socket", @@ -558,7 +559,7 @@ "keywords": [ "Socket" ], - "time": "2017-01-26 09:23:38" + "time": "2017-01-26T09:23:38+00:00" }, { "name": "react/stream", @@ -602,7 +603,7 @@ "pipe", "stream" ], - "time": "2017-01-25 14:44:14" + "time": "2017-01-25T14:44:14+00:00" }, { "name": "sciactive/hookphp", @@ -652,20 +653,20 @@ "interception", "method hooking" ], - "time": "2017-06-17 00:00:00" + "time": "2017-06-17T00:00:00+00:00" }, { "name": "sciactive/nymph-server", - "version": "1.5.4", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/sciactive/nymph-server.git", - "reference": "14b95ed8cd86dea72bf2e5e34879df1d479a37a6" + "reference": "e6258395fde11b789a67478e0b418c004c54a15d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/14b95ed8cd86dea72bf2e5e34879df1d479a37a6", - "reference": "14b95ed8cd86dea72bf2e5e34879df1d479a37a6", + "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/e6258395fde11b789a67478e0b418c004c54a15d", + "reference": "e6258395fde11b789a67478e0b418c004c54a15d", "shasum": "" }, "require": { @@ -708,7 +709,7 @@ "postgres", "postgresql" ], - "time": "2017-06-18 00:00:00" + "time": "2017-06-18T00:00:00+00:00" }, { "name": "sciactive/requirephp", @@ -754,20 +755,20 @@ "service location", "service locator" ], - "time": "2015-02-19 00:00:00" + "time": "2015-02-19T00:00:00+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v3.3.2", + "version": "v3.3.5", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "4054a102470665451108f9b59305c79176ef98f0" + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4054a102470665451108f9b59305c79176ef98f0", - "reference": "4054a102470665451108f9b59305c79176ef98f0", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/67535f1e3fd662bdc68d7ba317c93eecd973617e", + "reference": "67535f1e3fd662bdc68d7ba317c93eecd973617e", "shasum": "" }, "require": { @@ -817,20 +818,20 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2017-06-04 18:15:29" + "time": "2017-06-09T14:53:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v3.3.2", + "version": "v3.3.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846" + "reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/80eb5a1f968448b77da9e8b2c0827f6e8d767846", - "reference": "80eb5a1f968448b77da9e8b2c0827f6e8d767846", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e307abe4b79ccbbfdced9b91c132fd128f456bc5", + "reference": "e307abe4b79ccbbfdced9b91c132fd128f456bc5", "shasum": "" }, "require": { @@ -870,7 +871,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2017-06-05 13:06:51" + "time": "2017-07-17T14:07:10+00:00" }, { "name": "symfony/polyfill-mbstring", @@ -929,20 +930,20 @@ "portable", "shim" ], - "time": "2017-06-09 14:24:12" + "time": "2017-06-09T14:24:12+00:00" }, { "name": "symfony/routing", - "version": "v3.3.2", + "version": "v3.3.5", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "39804eeafea5cca851946e1eed122eb94459fdb4" + "reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/39804eeafea5cca851946e1eed122eb94459fdb4", - "reference": "39804eeafea5cca851946e1eed122eb94459fdb4", + "url": "https://api.github.com/repos/symfony/routing/zipball/dc70bbd0ca7b19259f63cdacc8af370bc32a4728", + "reference": "dc70bbd0ca7b19259f63cdacc8af370bc32a4728", "shasum": "" }, "require": { @@ -1007,7 +1008,7 @@ "uri", "url" ], - "time": "2017-06-02 09:51:43" + "time": "2017-06-24T09:29:48+00:00" }, { "name": "textalk/websocket", @@ -1045,7 +1046,7 @@ } ], "description": "WebSocket client and server", - "time": "2015-04-11 05:45:54" + "time": "2015-04-11T05:45:54+00:00" }, { "name": "zendframework/zend-log", @@ -1116,7 +1117,7 @@ "logging", "zf2" ], - "time": "2017-05-17 16:03:26" + "time": "2017-05-17T16:03:26+00:00" }, { "name": "zendframework/zend-servicemanager", @@ -1179,7 +1180,7 @@ "servicemanager", "zf" ], - "time": "2017-03-01 22:08:02" + "time": "2017-03-01T22:08:02+00:00" }, { "name": "zendframework/zend-stdlib", @@ -1224,7 +1225,7 @@ "stdlib", "zf2" ], - "time": "2016-09-13 14:38:50" + "time": "2016-09-13T14:38:50+00:00" } ], "packages-dev": [],