diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-07 14:22:14 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-07 14:22:14 +0100 |
commit | 95d83c11473158659dd5817f2291728426ae8e0a (patch) | |
tree | 03992b10eb4b92256a2293f1931ddc524c74591a /composer.json | |
parent | c6bb11f4b6ab9fa52647529910143d790e00e26e (diff) |
update to 2.13.0 (no change)
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
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" } } |