From b1dd14ac930933c9e44d8e5a49812fd2fb1e500f Mon Sep 17 00:00:00 2001 From: Jamie Date: Thu, 31 Aug 2017 21:08:46 +0100 Subject: [PATCH] Remove unmaintained library Lock --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 103b311..82f7acf 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,6 @@ 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. * [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.