From 60840e97da2becceb5e5c0207f0455f167b10318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 2 Oct 2017 08:48:14 +0200 Subject: [PATCH] Change minimum doctrine/orm version (#732) (#733) ProxyQuery test failed because of bug https://github.com/doctrine/doctrine2/pull/1142 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b3091eec..ae85b347a 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { "php": "^5.6 || ^7.0", - "doctrine/orm": "^2.3", + "doctrine/orm": "^2.4.5", "sonata-project/admin-bundle": "^3.1", "sonata-project/core-bundle": "^3.0", "sonata-project/exporter": "^1.3.1",