From ff626dade312162ba90dd86d40d66070e67aaa34 Mon Sep 17 00:00:00 2001 From: Thom Seddon Date: Sat, 5 Mar 2016 17:27:02 +0000 Subject: [PATCH 1/2] Note project is unmaintained --- README.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.markdown b/README.markdown index 9ef7e63..335b44c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,8 @@ +# This project is unmaintained, see https://github.com/uafrica/oauth-server as an alternative + + +---- + # CakePHP OAuth2 Server Plugin This is a plugin for implementing an OAuth Server/Provider in CakePHP, built on quizlets [oauth2-php library][1] From f899ee1a9435949ab5b9dc6f23549afdeba2584e Mon Sep 17 00:00:00 2001 From: Rick Mills Date: Fri, 27 Jul 2018 15:33:16 +0100 Subject: [PATCH 2/2] Mark as abandoned in composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 62a6167..247bb1e 100644 --- a/composer.json +++ b/composer.json @@ -25,6 +25,7 @@ "php" : ">=5.3.0", "thomseddon/oauth2-php": "dev-master" }, + "abandoned": true, "support" : { "forum" : "http://stackoverflow.com/tags/cakephp", "source" : "https://github.com/thomseddon/cakephp-oauth-server", @@ -34,4 +35,4 @@ "extra" : { "installer-name" : "OAuth" } -} \ No newline at end of file +}