diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-20 14:58:34 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-20 14:58:34 +0100 |
commit | bf654f379d48c5e5eb01f900d6f5be83d43dca46 (patch) | |
tree | 0bd22755ba34ec4555babd12c80d4673f3b8f5e6 /composer.json | |
parent | 48d3a27b072484e5f06f21e891e01d98ff3e42ca (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, 5 insertions, 6 deletions
diff --git a/composer.json b/composer.json index aa003e5..9576f6d 100644 --- a/composer.json +++ b/composer.json @@ -23,12 +23,11 @@ "php": "^7.3 || ^8.0", "ext-simplexml": "*", "laminas/laminas-json": "^3.1", - "laminas/laminas-xml": "^1.3", - "laminas/laminas-zendframework-bridge": "^1.1" + "laminas/laminas-xml": "^1.3" }, "require-dev": { - "laminas/laminas-coding-standard": "~2.0.0", - "phpunit/phpunit": "^9.4.4" + "laminas/laminas-coding-standard": "^2.3", + "phpunit/phpunit": "^9.5" }, "autoload": { "psr-4": { @@ -50,7 +49,7 @@ "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, - "replace": { - "zendframework/zend-xml2json": "^3.1.2" + "conflict": { + "zendframework/zend-xml2json": "*" } } |