From eb5884424b65c723dae309cc0f2c2c5d6a350619 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Guillaume=20Perr=C3=A9al?= <guillaume.perreal@irstea.fr>
Date: Fri, 10 Jan 2020 13:31:50 +0100
Subject: [PATCH] =?UTF-8?q?Corrige=20les=20versions=20minimales=20des=20d?=
 =?UTF-8?q?=C3=A9pendances.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/composer.json b/composer.json
index 3fc065b..40f656f 100644
--- a/composer.json
+++ b/composer.json
@@ -12,11 +12,12 @@
     "require": {
         "php": ">=7.1",
         "jangregor/phpstan-prophecy": "^0.3.0",
-        "phpstan/phpstan": "^0.11",
+        "nette/di": "^3.0",
+        "phpstan/phpstan": "^0.11.7",
         "phpstan/phpstan-beberlei-assert": "^0.11",
-        "phpstan/phpstan-doctrine": "^0.11",
+        "phpstan/phpstan-doctrine": "^0.11.1",
         "phpstan/phpstan-phpunit": "^0.11",
-        "phpstan/phpstan-symfony": "^0.11"
+        "phpstan/phpstan-symfony": "^0.11.1"
     },
     "bin": [
         "bin/phpstan-watch"
-- 
GitLab