From 2077ae95b5542fae709d94b808989192f9904cdf Mon Sep 17 00:00:00 2001 From: webimpress Date: Sat, 24 Feb 2018 10:24:10 +0000 Subject: [PATCH] Updated dependency to point only alpha3 release If we have "^1.0.0alpha3 || ^1.0" also alpha1 is accepted when install lowest dependencies --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 488ba1b..c2af889 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "psr/container": "^1.0", "psr/http-message": "^1.0.1", "psr/http-server-middleware": "^1.0", - "zendframework/zend-expressive-authentication": "^1.0.0alpha3 || ^1.0" + "zendframework/zend-expressive-authentication": "^1.0.0alpha3" }, "require-dev": { "phpunit/phpunit": "^7.0.1", diff --git a/composer.lock b/composer.lock index dcd4b24..41543d3 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": "1cf4d41e09fded4cab9e763393b426d9", + "content-hash": "33d3f3b7f744176f8792538f235c118b", "packages": [ { "name": "defuse/php-encryption",