From cc5d4e8d99f91c9ee0cc4b55d8b3c5c18ab46f65 Mon Sep 17 00:00:00 2001 From: Eric Richer Date: Tue, 6 Oct 2020 20:36:27 -0400 Subject: [PATCH] Setting to abandoned. Updated README.md and composer.json. --- README.md | 4 ++++ composer.json | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7e4f1..d4e1b40 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +> **Important**: This respository is abandoned. +> +> The library was moved to [LM-Commons/LmcRbacMvc](https://github.com/LM-Commons/LmcRbacMvc) + # LmcRbacMvc [![Version](https://poser.pugx.org/laminas-commons/lmc-rbac-mvc/version)](//packagist.org/packages/laminas-commons/lmc-rbac-mvc) diff --git a/composer.json b/composer.json index ced2d80..1f4cf79 100644 --- a/composer.json +++ b/composer.json @@ -64,5 +64,6 @@ }, "scripts": { "test": "phpunit --coverage-clover ./build/logs/clover.xml --exclude-group Functional" - } + }, + "abandoned": "lm-commons/lmc-rbac-mvc" }