From 8611df2f267ea0e62b7f6a44746ca80e12fda302 Mon Sep 17 00:00:00 2001 From: Laurent Giovannoni <laurent.giovannoni@maarch.org> Date: Thu, 13 Jul 2017 15:19:26 +0200 Subject: [PATCH] FIX pb with composer depend lib --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index fa2788ac533..c7b4faed3f2 100644 --- a/composer.json +++ b/composer.json @@ -15,6 +15,7 @@ "slim/slim": "^3", "respect/validation": "^1.1", "guzzlehttp/guzzle": "^6.2", + "php-http/curl-client": "^1.7", "m4tthumphrey/php-gitlab-api": "dev-master" } } -- GitLab