From c6398f43460f7e28a8c80e1fe21d188eface307c Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 May 2016 14:41:02 -0500 Subject: [PATCH] Mark as a conflict with zend-mvc < 3.0.0 - Since code is in the same namespace, it should not be installed simultaneously. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index f10e02b..d7c9330 100644 --- a/composer.json +++ b/composer.json @@ -29,6 +29,9 @@ "suggest": { "zendframework/zend-i18n": "^2.6, if defining translatable HTTP path segments" }, + "conflict": { + "zendframework/zend-mvc": "<3.0.0" + }, "extra": { "branch-alias": { "dev-master": "3.0-dev",