From a0b2b3de717058c724b8f11ea8fd897d9894daba Mon Sep 17 00:00:00 2001 From: Luiz Machado Date: Fri, 11 Aug 2017 00:54:06 -0300 Subject: [PATCH] added not mantained warning in Lock lib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 103b311..8b97dcc 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ Libraries to help manage database schemas and migrations. * [Hawk](https://github.com/dflydev/dflydev-hawk) - A Hawk HTTP authentication library. * [SocialConnect Auth](https://github.com/socialConnect/auth) - An open source social sign (OAuth1\OAuth2\OpenID\OpenIDConnect). * [Json Web Token](https://github.com/lcobucci/jwt) - Json Tokens to authenticate and transmit information. -* [Lock](https://github.com/BeatSwitch/lock) - A library for implementing Access Control Lists (ACL) systems. +* [Lock](https://github.com/BeatSwitch/lock) **(not mantained)** - A library for implementing Access Control Lists (ACL) systems. * [OAuth 1.0 Client](https://github.com/thephpleague/oauth1-client) - An OAuth 1.0 client library. * [OAuth 2.0 Client](https://github.com/thephpleague/oauth2-client) - An OAuth 2.0 client library. * [OAuth2 Server](http://bshaffer.github.io/oauth2-server-php-docs/) - Another OAuth2 server implementation.