summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 82631cc..ab21839 100644
--- a/composer.json
+++ b/composer.json
@@ -43,7 +43,8 @@
"phpunit/phpunit": "^9.3"
},
"conflict": {
- "phpspec/prophecy": "<1.9.0"
+ "phpspec/prophecy": "<1.9.0",
+ "zendframework/zend-i18n": "*"
},
"suggest": {
"laminas/laminas-cache": "You should install this package to cache the translations",
@@ -74,8 +75,5 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
- },
- "replace": {
- "zendframework/zend-i18n": "^2.10.1"
}
}