summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-07 14:26:58 +0100
committerRemi Collet <remi@php.net>2021-12-07 14:26:58 +0100
commit95ec2dd882cb0d8c89fef977e3906df5b9b20191 (patch)
tree7dd77e0abde51b4b888068d1816282a08b92caed /composer.json
parentbd791ed87aa341b02c91ccf65e6dda2e8af80b91 (diff)
update to 3.5.0 (no change)
keep compatibility using laminas-zendframework-bridge as this is only used using compat autolader
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 9b7c5a5..af1f8b9 100644
--- a/composer.json
+++ b/composer.json
@@ -26,8 +26,7 @@
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0",
- "ext-mbstring": "*",
- "laminas/laminas-zendframework-bridge": "^1.0"
+ "ext-mbstring": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
@@ -60,7 +59,7 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
- "replace": {
- "zendframework/zend-math": "^3.2.0"
+ "conflict": {
+ "zendframework/zend-math": "*"
}
}