diff --git a/composer.json b/composer.json index 4004342..496fcdb 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "sciactive/nymph-server", "description": "Powerful object data storage and querying for collaborative web apps.", - "version": "3.0.0-beta.20", - "time": "2018-11-09", + "version": "3.0.0-beta.21", + "time": "2018-11-15", "homepage": "http://nymph.io/", "type": "library", "authors": [ diff --git a/composer.lock b/composer.lock index b2c95bd..61e8edd 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": "86e6e1c253b2fe5a3da4aac8ef718d8b", + "content-hash": "b0876e921d7159833efd6d78d535d2aa", "packages": [], "packages-dev": [ { @@ -680,16 +680,16 @@ }, { "name": "phpunit/phpunit", - "version": "7.4.3", + "version": "7.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64" + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c151651fb6ed264038d486ea262e243af72e5e64", - "reference": "c151651fb6ed264038d486ea262e243af72e5e64", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b1be2c8530c4c29c3519a052c9fb6cee55053bbd", + "reference": "b1be2c8530c4c29c3519a052c9fb6cee55053bbd", "shasum": "" }, "require": { @@ -760,7 +760,7 @@ "testing", "xunit" ], - "time": "2018-10-23T05:57:41+00:00" + "time": "2018-11-14T16:52:02+00:00" }, { "name": "sciactive/hookphp", diff --git a/src/Nymph.php b/src/Nymph.php index a0dd745..b3b5dd8 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -14,7 +14,7 @@ * @link http://nymph.io/ */ class Nymph { - const VERSION = '3.0.0-beta.20'; + const VERSION = '3.0.0-beta.21'; /** * The Nymph config array.