From 2343ce9b0d3be82185868783a1026ddcfcc304d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Sep 2021 13:48:04 +0200 Subject: update to 3.6.0 drop zendframework compatibility layer --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index eddd3ed..adfc01d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,6 @@ "php": "^7.3 || ~8.0.0", "ext-json": "*", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", - "laminas/laminas-zendframework-bridge": "^1.0", "psr/container": "^1.0" }, "require-dev": { @@ -34,7 +33,8 @@ "phpunit/phpunit": "^8.5.8" }, "conflict": { - "container-interop/container-interop": "<1.2.0" + "container-interop/container-interop": "<1.2.0", + "zendframework/zend-config": "*" }, "suggest": { "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor", @@ -62,8 +62,5 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", "license-check": "docheader check src/" - }, - "replace": { - "zendframework/zend-config": "^3.3.0" } } -- cgit