diff --git a/composer.json b/composer.json index 07fe40d..d6357b1 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^7.1", "psr/container": "^1.0", "psr/http-message": "^1.0.1", - "zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0" + "zendframework/zend-expressive-authentication": "^0.1 || ^0.2 || ^1.0.0-dev || ^1.0" }, "require-dev": { "phpunit/phpunit": "^6.3", @@ -42,7 +42,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.0.x-dev" }, "zf": { "config-provider": "Zend\\Expressive\\Authentication\\Basic\\ConfigProvider" diff --git a/composer.lock b/composer.lock index 7b472a1..12429a7 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": "594565655cd6d9f88e3a352d0e622a0c", + "content-hash": "78b5939708b8e71e6bf9f576e636771c", "packages": [ { "name": "http-interop/http-middleware", @@ -1789,7 +1789,9 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": [], + "stability-flags": { + "zendframework/zend-expressive-authentication": 20 + }, "prefer-stable": false, "prefer-lowest": false, "platform": {