From 84321a11a9004e3edc276505ca9a816090d4a0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Ostroluck=C3=BD?= Date: Sun, 1 Dec 2019 15:17:34 +0100 Subject: [PATCH] Deprecate doctrine:mapping:import --- Command/ImportMappingDoctrineCommand.php | 2 ++ UPGRADE-2.1.md | 7 +++++++ 2 files changed, 9 insertions(+) create mode 100644 UPGRADE-2.1.md diff --git a/Command/ImportMappingDoctrineCommand.php b/Command/ImportMappingDoctrineCommand.php index c358e92f8..95eb71b2f 100644 --- a/Command/ImportMappingDoctrineCommand.php +++ b/Command/ImportMappingDoctrineCommand.php @@ -16,6 +16,8 @@ /** * Import Doctrine ORM metadata mapping information from an existing database. * + * @deprecated + * * @final */ class ImportMappingDoctrineCommand extends DoctrineCommand diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md new file mode 100644 index 000000000..eaa74cbec --- /dev/null +++ b/UPGRADE-2.1.md @@ -0,0 +1,7 @@ +UPGRADE FROM 2.0 to 2.1 +======================= + +Commands +-------- + + * `Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand` has been deprecated