From a87ce31f29f09f5f41556a76ac78814415e90693 Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Sat, 6 Feb 2021 10:49:57 -0500 Subject: [PATCH] Marking library as abandoned --- README.md | 5 +++++ composer.json | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 049421f..c870dfa 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +> +> **IMPORTANT!** +> +> This library is abandoned. Please use [LM-Commons/LmcUser](https:www.github.com/lm-commons/lmcuserdoctrinemongoodm) + LmcUserDoctrineMongoODM ======================= diff --git a/composer.json b/composer.json index e366a6b..521b5a4 100755 --- a/composer.json +++ b/composer.json @@ -33,5 +33,6 @@ "classmap": [ "./" ] - } + }, + "abandoned": "lm-commons/lmc-user-doctrine-odm" }