From 73b914a3762f8e40e50aa938a14f88615b242f49 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:59:16 +0100 Subject: [PATCH] Typo dans composer.json. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2676c8d..c375b07 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "minimum-stability": "stable", "require": { - "php": "^7.1" + "php": "^7.1", "ext-json": "*", "ext-zip": "*", "api-platform/core": "^2.2", -- GitLab