From 8aca7ff552324ce8e5f9804835cfd97b25036a3f Mon Sep 17 00:00:00 2001 From: Hunter Perrin Date: Fri, 28 Jun 2019 13:40:51 -0700 Subject: [PATCH] Update packages. Version bump. --- composer.json | 6 +++--- composer.lock | 34 +++++++++++++++++----------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index 03abb28..0039221 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": "3.0.1", - "time": "2019-06-11", + "version": "3.0.2", + "time": "2019-06-28", "homepage": "http://nymph.io/", "type": "library", "authors": [ @@ -41,7 +41,7 @@ } }, "require": { - "sciactive/nymph-server": "3.1.*", + "sciactive/nymph-server": "^3.2", "sciactive/hookphp": "^2.0", "cboden/ratchet": "0.4.*", "zendframework/zend-log": "2.*", diff --git a/composer.lock b/composer.lock index 390b8e6..6f75bc3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "5c6dbb71174272bcbf990b822a68860c", + "content-hash": "137e4505be25a4c115ff1a527f9b193d", "packages": [ { "name": "cboden/ratchet", @@ -855,16 +855,16 @@ }, { "name": "sciactive/nymph-server", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sciactive/nymph-server.git", - "reference": "d027ed434f62b0cbfb0c90eabd1b191a968417bd" + "reference": "781d3a6831952051ff5e858c537c928e3ca87af3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/d027ed434f62b0cbfb0c90eabd1b191a968417bd", - "reference": "d027ed434f62b0cbfb0c90eabd1b191a968417bd", + "url": "https://api.github.com/repos/sciactive/nymph-server/zipball/781d3a6831952051ff5e858c537c928e3ca87af3", + "reference": "781d3a6831952051ff5e858c537c928e3ca87af3", "shasum": "" }, "require-dev": { @@ -905,20 +905,20 @@ "postgres", "postgresql" ], - "time": "2019-06-11T00:00:00+00:00" + "time": "2019-06-28T00:00:00+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.3.1", + "version": "v4.3.2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "b7e4945dd9b277cd24e93566e4da0a87956392a9" + "reference": "e1b507fcfa4e87d192281774b5ecd4265370180d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b7e4945dd9b277cd24e93566e4da0a87956392a9", - "reference": "b7e4945dd9b277cd24e93566e4da0a87956392a9", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e1b507fcfa4e87d192281774b5ecd4265370180d", + "reference": "e1b507fcfa4e87d192281774b5ecd4265370180d", "shasum": "" }, "require": { @@ -960,11 +960,11 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "https://symfony.com", - "time": "2019-06-06T10:05:02+00:00" + "time": "2019-06-26T09:25:00+00:00" }, { "name": "symfony/mime", - "version": "v4.3.1", + "version": "v4.3.2", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", @@ -1199,16 +1199,16 @@ }, { "name": "symfony/routing", - "version": "v4.3.1", + "version": "v4.3.2", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "9b31cd24f6ad2cebde6845f6daa9c6d69efe2465" + "reference": "2ef809021d72071c611b218c47a3bf3b17b7325e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/9b31cd24f6ad2cebde6845f6daa9c6d69efe2465", - "reference": "9b31cd24f6ad2cebde6845f6daa9c6d69efe2465", + "url": "https://api.github.com/repos/symfony/routing/zipball/2ef809021d72071c611b218c47a3bf3b17b7325e", + "reference": "2ef809021d72071c611b218c47a3bf3b17b7325e", "shasum": "" }, "require": { @@ -1271,7 +1271,7 @@ "uri", "url" ], - "time": "2019-06-05T09:16:20+00:00" + "time": "2019-06-26T13:54:39+00:00" }, { "name": "zendframework/zend-log",