From 95d83c11473158659dd5817f2291728426ae8e0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Dec 2021 14:22:14 +0100 Subject: update to 2.13.0 (no change) --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'composer.json') 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" } } -- cgit