From 8547fbb7fc46ed3a766e28c77e63f4d1c42589d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr> Date: Thu, 29 Nov 2018 16:51:49 +0100 Subject: [PATCH] =?UTF-8?q?Indique=20les=20extensions=20n=C3=A9cessaires?= =?UTF-8?q?=20dans=20le=20composer.json.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f9ab2c9..2676c8d 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,9 @@ }, "minimum-stability": "stable", "require": { - "php": "^7.1", + "php": "^7.1" + "ext-json": "*", + "ext-zip": "*", "api-platform/core": "^2.2", "doctrine/cache": "^1.8", "doctrine/inflector": "^1.3", -- GitLab