From 85d2dac5dbb84b6d38aaf203abe411f62c5dee5a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 Dec 2019 16:06:14 -0600 Subject: [PATCH 1/2] Marking package as abandoned --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 302e42b..82f7c72 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-mvc-plugins +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to laminas/laminas-mvc-plugins. + zend-mvc-plugins is a Composer metapackage that provides a single package for installing all official zend-mvc plugins shipped as separate packages under the zendframework organization. Currently, these include: @@ -13,4 +17,4 @@ Install using: ```console $ composer require zendframework/zend-mvc-plugins -``` +``` \ No newline at end of file From 4c549e65431f1c467affcf2d75c9917fba28da5a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Jan 2020 13:51:16 -0600 Subject: [PATCH 2/2] Link to new repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82f7c72..ab7edc7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > ## Repository abandoned 2019-12-31 > -> This repository has moved to laminas/laminas-mvc-plugins. +> This repository has moved to [laminas/laminas-mvc-plugins](https://github.com/laminas/laminas-mvc-plugins). zend-mvc-plugins is a Composer metapackage that provides a single package for installing all official zend-mvc plugins shipped as separate packages under the @@ -17,4 +17,4 @@ Install using: ```console $ composer require zendframework/zend-mvc-plugins -``` \ No newline at end of file +```