From c1e41dcea29a3cd8be6015ecca3d4369f65f49dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Dec 2021 15:58:39 +0100 Subject: update to 1.2.0 (no change) --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 6cc12ad..78480d4 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "laminas/laminas-mvc-plugin-identity": "^1.2", "laminas/laminas-mvc-plugin-prg": "^1.3" }, - "replace": { - "zendframework/zend-mvc-plugins": "^1.0.1" + "conflict": { + "zendframework/zend-mvc-plugins": "*" } } -- cgit