diff --git a/composer.json b/composer.json index 6229609..1a24c2a 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,6 @@ "require": { "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas/laminas-authentication": "^2.6.0", - "laminas/laminas-zendframework-bridge": "^1.0", "mezzio/mezzio-authentication": "^1.0", "psr/container": "^1.0", "psr/http-message": "^1.0.1" @@ -57,7 +56,7 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, - "replace": { - "zendframework/zend-expressive-authentication-zendauthentication": "^1.0.1" + "conflict": { + "zendframework/zend-expressive-authentication-zendauthentication": "*" } } diff --git a/composer.lock b/composer.lock index 3c1347c..9967ccd 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e4013127f9fc2b99e0bc6dc0df7bcfa0", + "content-hash": "ee6f4bdd90d22208b5a40854a1a1977d", "packages": [ { "name": "laminas/laminas-authentication", @@ -2661,6 +2661,7 @@ "type": "github" } ], + "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, {