From ed46328eba86fc62b991a58aacae50c31bd98bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20L=C3=A9cluse?= <laurent.lecluse@unicaen.fr> Date: Wed, 31 Jan 2018 15:36:17 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20des=20d=C3=A9pendances?= 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 47db890..5d4ebf8 100644 --- a/composer.json +++ b/composer.json @@ -8,11 +8,11 @@ } ], "require" : { - "unicaen/unicaen-auth": "1.*", - "unicaen/unicaen-oracle": "1.*" + "unicaen/unicaen-auth": "^1.2 || dev-trunk", + "unicaen/unicaen-oracle": "^1.1 || dev-trunk" }, "require-dev" : { - "phpunit/PHPUnit": ">=3.7" + "phpunit/PHPUnit": "^5.7" }, "autoload" : { "psr-0" : { -- GitLab