diff --git a/.laminas-ci.json b/.laminas-ci.json new file mode 100644 index 0000000..bce3fa2 --- /dev/null +++ b/.laminas-ci.json @@ -0,0 +1,5 @@ +{ + "ignore_php_platform_requirements": { + "8.1": true + } +} diff --git a/composer.json b/composer.json index 843aa2f..0c3453e 100644 --- a/composer.json +++ b/composer.json @@ -28,9 +28,8 @@ } }, "require": { - "php": "^7.3 || ~8.0.0", + "php": "^7.3 || ~8.0.0 || ~8.1.0", "laminas/laminas-permissions-acl": "^2.6", - "laminas/laminas-zendframework-bridge": "^1.0", "mezzio/mezzio-authorization": "^1.0", "mezzio/mezzio-router": "^3.0", "psr/container": "^1.0", @@ -45,7 +44,8 @@ }, "conflict": { "container-interop/container-interop": "<1.2.0", - "phpspec/prophecy": "<1.10.2" + "phpspec/prophecy": "<1.10.2", + "zendframework/zend-expressive-authorization-acl": "*" }, "autoload": { "psr-4": { @@ -66,8 +66,5 @@ "cs-fix": "phpcbf", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" - }, - "replace": { - "zendframework/zend-expressive-authorization-acl": "^1.0.1" } } diff --git a/composer.lock b/composer.lock index d2198a6..37a31a0 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": "790570afb5fee08c5a5139b6a632138a", + "content-hash": "442831f8dd612f8360ad3662eb123e4f", "packages": [ { "name": "fig/http-message-util", @@ -2987,6 +2987,7 @@ "type": "github" } ], + "abandoned": true, "time": "2020-09-28T06:45:17+00:00" }, { @@ -3327,8 +3328,8 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3 || ~8.0.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }