diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-11 11:54:52 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-11 11:54:52 +0200 |
commit | 7ec2d96c35153a52788c7462425894b4b567f56a (patch) | |
tree | 76c0e6be03fc3d982d772e04cf67b947f3e2e826 /composer.json | |
parent | 89a49069384e1d4521734bcea08ee4cf89fd27bb (diff) |
keep compatibility using laminas-zendframework-bridge
as this is only used using compat autolader
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/composer.json b/composer.json index b564131..a7b593a 100644 --- a/composer.json +++ b/composer.json @@ -25,14 +25,9 @@ } }, "require": { - "php": "^7.3 || ~8.0.0", - "laminas/laminas-code": "^3.5.0", - "laminas/laminas-form": "^2.16.3", - "laminas/laminas-i18n": "^2.11.1", - "laminas/laminas-zendframework-bridge": "^1.2.0" - }, - "conflict": { - "laminas/laminas-code": "<3.5.0 || >=4.0.0" + "laminas/laminas-code": "^3.5.1", + "laminas/laminas-form": "^2.17.0", + "laminas/laminas-i18n": "^2.11.1" }, "replace": { "zendframework/zend-mvc-form": "^1.0.0" |