From b95c033c6346994bd741656c7be07b8aa7e4313c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Thu, 19 Oct 2017 14:05:40 +0200
Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20PHPUnit=20en=204.8.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 composer.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 0f7ea09c..6fa2391e 100644
--- a/composer.json
+++ b/composer.json
@@ -21,7 +21,7 @@
         { "type": "composer", "url": "https://isdevtools.irstea.fr/satis" }
     ],
     "require": {
-        "php": ">=7.1",
+        "php": "^7.1",
         "doctrine/doctrine-bundle": "^1.6",
         "doctrine/orm": "^2.5",
         "sensio/framework-extra-bundle": "^3.0.2",
@@ -36,7 +36,7 @@
         "willdurand/js-translation-bundle": "~2.2"
     },
     "require-dev": {
-        "phpunit/phpunit": "~4.5,<4.8"
+        "phpunit/phpunit": "^4.8"
     },
     "suggest": {
         "white-october/pagerfanta-bundle": "Pour utiliser la page d'administration."
-- 
GitLab