From 820056ebe3b637a8bdab2759657ebae66c3bb9c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 12 May 2016 12:09:50 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20l'URL=20du=20d=C3=A9p=C3=B4t?= =?UTF-8?q?=20Satis.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c614a6..ab0dc7d 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "psr-4": { "Irstea\\PlantUmlBundle\\": "./" } }, "repositories": [ - { "type": "composer", "url": "http://istest.lyon.cemagref.fr/satis" } + { "type": "composer", "url": "https://isdevtools.irstea.fr/satis" } ], "require": { "php": ">=5.6", -- GitLab