From f02dcacc1f8b9c65b06e2d13c0887e5aedafa76f Mon Sep 17 00:00:00 2001 From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr> Date: Tue, 27 Sep 2016 07:08:00 +0000 Subject: [PATCH] =?UTF-8?q?Correction=20versions=20de=20d=C3=A9pendance.?= 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 9dd700b..47db890 100644 --- a/composer.json +++ b/composer.json @@ -8,8 +8,8 @@ } ], "require" : { - "unicaen/unicaen-auth": "1.1", - "unicaen/unicaen-oracle": "1.0" + "unicaen/unicaen-auth": "1.*", + "unicaen/unicaen-oracle": "1.*" }, "require-dev" : { "phpunit/PHPUnit": ">=3.7" -- GitLab