From ca5d1f323ecb17f3f71194c0f99d3e4ae9127190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 24 Nov 2019 20:33:06 +0100 Subject: [PATCH] Require DoctrineBundle 1.0 We use the "doctrine" service, which is defined by this bundle. We are not compatible with the version 2 of the bundle yet, and should thus restrict ourselves to version 1. Fixes #620 --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index 15f34a419..8630e1705 100644 --- a/composer.json +++ b/composer.json @@ -17,6 +17,7 @@ "require": { "php": "^7.1", "cocur/slugify": "^2.5 || ^3.0", + "doctrine/doctrine-bundle": "^1.0", "knplabs/knp-menu-bundle": "^2.1", "knplabs/knp-paginator-bundle": "^2.6", "kriswallsmith/buzz": "^0.15 || 0.16.0",