From 46fec671fccb6c16a3651e0d071d2aa00b2e45b4 Mon Sep 17 00:00:00 2001 From: Benjamin Cremer Date: Fri, 14 Aug 2020 12:22:17 +0200 Subject: [PATCH 1/2] Do not recommend zfcampus/zf-console as it's abandoned Do not recommend zfcampus/zf-console as a replacement for laminas/laminas-mvc-console as it's abandoned. Recommend symfony/console instead. --- docs/book/index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/book/index.md b/docs/book/index.md index 0da0984..fc23e41 100644 --- a/docs/book/index.md +++ b/docs/book/index.md @@ -1,11 +1,10 @@ > ### Deprecated! > > Due to the amount of integration required to support console tooling via the -> MVC, and because [better, more standalone solutions -> exist](https://github.com/zfcampus/zf-console), **we will not be maintaining +> MVC, and because better, more standalone solutions exist, **we will not be maintaining > laminas-mvc-console long term**. We strongly urge developers to start migrating their > MVC-based console tooling to use other libraries, such as -> [zf-console](https://github.com/zfcampus/zf-console). +> [symfony/console](https://github.com/symfony/console). --- From 582201e3e5e76fad9f69d7455da0b85321794f99 Mon Sep 17 00:00:00 2001 From: Benjamin Cremer Date: Fri, 14 Aug 2020 13:08:18 +0200 Subject: [PATCH 2/2] Recommend laminas/laminas-cli instead of symfony/console --- docs/book/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/book/index.md b/docs/book/index.md index fc23e41..4b22006 100644 --- a/docs/book/index.md +++ b/docs/book/index.md @@ -4,7 +4,7 @@ > MVC, and because better, more standalone solutions exist, **we will not be maintaining > laminas-mvc-console long term**. We strongly urge developers to start migrating their > MVC-based console tooling to use other libraries, such as -> [symfony/console](https://github.com/symfony/console). +> [laminas/laminas-cli](https://github.com/laminas/laminas-cli). ---