From d5e0a7466d146a4212d190e8ae506c29fea8e8b3 Mon Sep 17 00:00:00 2001
From: Perreal Guillaume <guillaume.perreal@irstea.fr>
Date: Fri, 19 Apr 2019 13:15:48 +0200
Subject: [PATCH] Ajout des tests sur PHP 5.6.

---
 .gitlab-ci.yml | 3 +++
 composer.json  | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1c5662..40347a6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -20,6 +20,9 @@ stages:
     paths:
       - "${COMPOSER_CACHE_DIR}"
 
+"5.6":
+  <<: *test
+
 "7.0":
   <<: *test
 
diff --git a/composer.json b/composer.json
index 728440a..b9f1cad 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
         }
     ],
     "require": {
-        "php": "^7.0",
+        "php": "^5.6 || ^7.0",
         "ext-json": "*",
         "friendsofphp/php-cs-fixer": "^2.13"
     },
-- 
GitLab