From 4d4a3116a01dded60809967efb53298f59bf890c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Wed, 21 Jan 2015 22:26:09 +0100 Subject: [PATCH] switch back to doctrine/orm 2.4 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 49d5561d4..441e9a23c 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ "require": { "php": "~5.5", "symfony/symfony": "2.5.*", - "doctrine/orm": "2.5.x-dev@dev", + "doctrine/orm": "~2.4", "doctrine/dbal" : "~2.5", "doctrine/common": "~2.4", "doctrine/doctrine-bundle": "~1.2",