From 84baab4ad3cbc41172e50d6a6f7cd4b14d453ed0 Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Thu, 14 Mar 2019 13:57:42 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20des=20d=C3=A9pendances=20dans=20co?= =?UTF-8?q?mposer.json.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 5ddae6f..a082087 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ } ], "require" : { - "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" + "unicaen/auth": "dev-zf-3.x", + "unicaen/oracle": "dev-zf-3.x" }, "require-dev" : { - "phpunit/PHPUnit": "^5.7" + "phpunit/phpunit": "^5.7" }, "autoload" : { "psr-0" : { -- GitLab