From 3e5f0b2451b522024f0e4fec20b4797bfee547c1 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sun, 23 Jul 2017 11:51:47 +0200 Subject: [PATCH] Ensured a doctrine/cache version which requires PHP 7.1 is not installed --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 60856299..e7fd3a4a 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,7 @@ "doctrine/annotations": "^1.4 <1.5", "doctrine/collections": "^1.4 <1.5", "doctrine/common": "^2.7 <2.8", + "doctrine/cache": "^1.6 <1.7", "guzzlehttp/guzzle": "^6.2", "symfony/console": "^3.0", "symfony/process": "^3.0",