diff --git a/composer.json b/composer.json index 68d5718..58a7b3e 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "The Force Login module for Magento2 redirects a storefront visitor to the Magento2 Frontend login page, if the visitor is not logged in. It is possible to configure the whitelisted urls to add custom definitions.", "type": "magento2-module", "minimum-stability": "stable", - "version": "2.0.0", + "version": "2.0.0-RC1", "license": "Apache-2.0", "authors": [ { diff --git a/composer.lock b/composer.lock index 7183e29..d406741 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": "794ddd791d8160ef9fc58dbbf72c881c", + "content-hash": "50ff6a3184ed85010997e18365ab1174", "packages": [ { "name": "magento/framework", @@ -2992,16 +2992,16 @@ }, { "name": "phpunit/phpunit", - "version": "5.7.16", + "version": "5.7.17", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "dafc78e2a7d12139b0e97078d1082326bd09363d" + "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/dafc78e2a7d12139b0e97078d1082326bd09363d", - "reference": "dafc78e2a7d12139b0e97078d1082326bd09363d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68752b665d3875f9a38a357e3ecb35c79f8673bf", + "reference": "68752b665d3875f9a38a357e3ecb35c79f8673bf", "shasum": "" }, "require": { @@ -3070,7 +3070,7 @@ "testing", "xunit" ], - "time": "2017-03-15T13:02:34+00:00" + "time": "2017-03-19T16:52:12+00:00" }, { "name": "phpunit/phpunit-mock-objects",