diff --git a/composer.json b/composer.json index 62a0e1d..f6a5335 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.4", - "time": "2018-01-04", + "version": "3.0.0-beta.5", + "time": "2018-01-08", "homepage": "http://nymph.io/", "type": "library", "authors": [ diff --git a/composer.lock b/composer.lock index bad022b..73b38fc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +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" ], - "content-hash": "d13500c0f17948d7ef4b1b3427f8fe04", + "content-hash": "a9fd884cd5e5302e9271c5bf152f0d51", "packages": [], "packages-dev": [ { @@ -758,16 +758,16 @@ }, { "name": "phpunit/phpunit-mock-objects", - "version": "5.0.5", + "version": "5.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933" + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/283b9f4f670e3a6fd6c4ff95c51a952eb5c75933", - "reference": "283b9f4f670e3a6fd6c4ff95c51a952eb5c75933", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf", + "reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf", "shasum": "" }, "require": { @@ -813,7 +813,7 @@ "mock", "xunit" ], - "time": "2017-12-10T08:01:53+00:00" + "time": "2018-01-06T05:45:45+00:00" }, { "name": "sciactive/hookphp", diff --git a/src/Nymph.php b/src/Nymph.php index 9bedf6a..842ad00 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -16,7 +16,7 @@ * @link http://nymph.io/ */ class Nymph { - const VERSION = '3.0.0-beta.4'; + const VERSION = '3.0.0-beta.5'; /** * The Nymph config array.