diff --git a/composer.json b/composer.json index 9f4af79..c8a35c7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sciactive/nymph-server", "description": "Powerful object data storage and querying for collaborative web apps.", - "version": "1.5.1", + "version": "1.5.2", "time": "2017-06-16", "homepage": "http://nymph.io/", "type": "library", @@ -49,7 +49,7 @@ "sciactive/requirephp": "~1.3" }, "require-dev": { - "sciactive/hookphp": "~1.2", + "sciactive/hookphp": "~2.0", "phpunit/phpunit": "^6.1" } } diff --git a/composer.lock b/composer.lock index cf892b3..dbccba6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "da950809974fc08c1d7a9802ac5d67ba", - "content-hash": "4e9c858af8c0eeaf7db6b7ff91a85219", + "hash": "f620119d143c58b18412ada2e51030ad", + "content-hash": "becbc422dd6392f470b6e47e4add4f0c", "packages": [ { "name": "sciactive/requirephp", @@ -857,18 +857,24 @@ }, { "name": "sciactive/hookphp", - "version": "1.2.2", + "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sciactive/hookphp.git", - "reference": "ef78d5af0943c1fd0b627426ec9905aeb6ac1c6c" + "reference": "f0605a702ee42eeb1d58220c1ad900e47a0b37cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sciactive/hookphp/zipball/ef78d5af0943c1fd0b627426ec9905aeb6ac1c6c", - "reference": "ef78d5af0943c1fd0b627426ec9905aeb6ac1c6c", + "url": "https://api.github.com/repos/sciactive/hookphp/zipball/f0605a702ee42eeb1d58220c1ad900e47a0b37cb", + "reference": "f0605a702ee42eeb1d58220c1ad900e47a0b37cb", "shasum": "" }, + "require": { + "php": "~7.0" + }, + "require-dev": { + "phpunit/phpunit": "^6.1" + }, "type": "library", "autoload": { "psr-0": { @@ -880,7 +886,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL" + "Apache-2.0" ], "authors": [ { @@ -897,7 +903,7 @@ "interception", "method hooking" ], - "time": "2015-04-10 00:00:00" + "time": "2017-06-17 00:00:00" }, { "name": "sebastian/code-unit-reverse-lookup", diff --git a/src/Nymph.php b/src/Nymph.php index 60fc5e8..267bbae 100644 --- a/src/Nymph.php +++ b/src/Nymph.php @@ -26,7 +26,7 @@ * @link http://nymph.io/ */ class Nymph { - const VERSION = '1.5.1'; + const VERSION = '1.5.2'; public static function __callStatic($name, $args) { return call_user_func_array(array(RequirePHP::_('Nymph'), $name), $args);