From 230d835f67e835d0e7d4f8adf3c566162ca5aa4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Tue, 28 Jul 2020 10:46:35 +0200 Subject: [PATCH] Fixing BC in doctrine commons --- composer.json | 4 ++-- src/Mapping/Driver/MappingDriverChain.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index bbba406..d1a0049 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require" : { "php" : ">=7.1", - "doctrine/orm" : "~2.4", + "doctrine/orm" : "~2.7", "mouf/database.dao-interface" : "2.*", "mouf/utils.common.doctrine-annotations-wrapper" : "~1.2", "mouf/database.doctrine-dbal-wrapper" : "~1.1", @@ -63,4 +63,4 @@ ] } } -} \ No newline at end of file +} diff --git a/src/Mapping/Driver/MappingDriverChain.php b/src/Mapping/Driver/MappingDriverChain.php index 77c03e4..6a820ec 100644 --- a/src/Mapping/Driver/MappingDriverChain.php +++ b/src/Mapping/Driver/MappingDriverChain.php @@ -1,12 +1,12 @@ $drivers The key is the namespace, the value the driver to use.