diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-07 15:55:28 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-07 15:55:28 +0100 |
commit | fad5f677ed9b6c23b8d13af86c86089e906cd205 (patch) | |
tree | 03f81ee9106bb2df39737ac894c014329ab8ec62 /composer.json | |
parent | 57f961b77f7d72d61b5d982a0f22dd6af74ebfae (diff) |
update to 1.4.0
keep compatibility using laminas-zendframework-bridge
as this is only used using compat autolader
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json index dd74e95..40633c2 100644 --- a/composer.json +++ b/composer.json @@ -27,8 +27,7 @@ "php": "^7.3 || ~8.0.0", "laminas/laminas-mvc": "^3.0", "laminas/laminas-session": "^2.8.5", - "laminas/laminas-stdlib": "^3.3.0", - "laminas/laminas-zendframework-bridge": "^1.0" + "laminas/laminas-stdlib": "^3.3.0" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", @@ -54,7 +53,7 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, - "replace": { - "zendframework/zend-mvc-plugin-prg": "^1.2.0" + "conflict": { + "zendframework/zend-mvc-plugin-prg": "*" } } |