From ce4df761dfc6412f0e7666307573af5f042a4354 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Tue, 11 Nov 2014 15:52:51 +0100 Subject: [PATCH] Explicitly requiring `doctrine/common` with at least version `2.5` --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 3b90dff5c..06748249f 100644 --- a/composer.json +++ b/composer.json @@ -18,6 +18,7 @@ "doctrine/collections": "~1.2", "doctrine/dbal": ">=2.5-dev,<2.6-dev", "doctrine/instantiator": "~1.0.1", + "doctrine/common": ">=2.5-dev,<2.6-dev", "symfony/console": "~2.5" }, "require-dev": {