From 6048c85e46c5d60a9100b387bfb508f89c572a89 Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Mon, 11 Mar 2019 14:39:41 +0100
Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A9=20de=20passer=20=C3=A0=20ZF=20?=
 =?UTF-8?q?2.x=20ou=20ZF=203.x?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index d4b30c4..5ddae6f 100644
--- a/composer.json
+++ b/composer.json
@@ -8,8 +8,8 @@
         }
     ],
     "require"     : {
-        "unicaen/auth":   "^1.2 || dev-master",
-        "unicaen/oracle": "^1.1 || dev-master"
+        "unicaen/auth":   "^1.2 || dev-master || dev-zf-2.x || dev-zf-3.x",
+        "unicaen/oracle": "^1.1 || dev-master || dev-zf-2.x || dev-zf-3.x"
     },
     "require-dev" : {
         "phpunit/PHPUnit": "^5.7"
-- 
GitLab