From 95ba3e4868f35774ca097857d10c9db1ae50ec5b Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 Dec 2019 15:16:57 -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 2a7e94a8..03f0a21c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ Zend Framework Coding Standard ============================== +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to laminas/laminas-coding-standard. + Repository with all coding standard ruleset for Zend Framework repositories. @@ -53,4 +57,4 @@ Usage ```bash $ composer cs-fix - ``` + ``` \ No newline at end of file From b26ecb71e739f777c6d5ba88bb826957c1a7d556 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Jan 2020 12:07:45 -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 03f0a21c..a875d167 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Zend Framework Coding Standard > ## Repository abandoned 2019-12-31 > -> This repository has moved to laminas/laminas-coding-standard. +> This repository has moved to [laminas/laminas-coding-standard](https://github.com/laminas/laminas-coding-standard). Repository with all coding standard ruleset for Zend Framework repositories. @@ -57,4 +57,4 @@ Usage ```bash $ composer cs-fix - ``` \ No newline at end of file + ```