From 85533a7f5c94e0065b963eae60fcb08b07ad5982 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Thu, 9 Feb 2017 13:11:37 +0100 Subject: [PATCH] Do not claim PHPCR ODM 2.0 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 43f22075..aa992126 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "symfony-cmf/routing-bundle": "^2.0", "symfony-cmf/testing": "^1.3|^2.0", "doctrine/dbal": "2.5.*", - "doctrine/phpcr-odm": "^1.0|^2.0" + "doctrine/phpcr-odm": "^1.0" }, "minimum-stability": "RC", "prefer-stable": true,