From a82bc672fb4e7914e44985b53c3c98a87dc8f9d9 Mon Sep 17 00:00:00 2001 From: Evan Lovely Date: Tue, 10 Oct 2017 12:31:42 -0700 Subject: [PATCH] Locking collections dependency down to 1.4 as zippy had dependened on it and when it went to 1.5.0 it required php 7.1 + --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 527ae1db..da40fa12 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "require": { "php": ">=5.4", "alchemy/zippy": "^0.3", + "doctrine/collections": "1.4.0", "kevinlebrun/colors.php": "^1.0", "michelf/php-markdown": "^1.6", "seld/jsonlint": "^1.0",