From 36a67a9e6e7d6210492df3d68b0bc47c0fc6a6e5 Mon Sep 17 00:00:00 2001 From: Ben Norcombe Date: Thu, 23 Jul 2015 12:32:09 +0100 Subject: [PATCH] sort out readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7262dcd..7a2af35 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The tool requires you have [PHP](https://php.net) 5.5.9+ and [Composer](https:// The get the latest version of LDAP lookup, add the following line to your `composer.json` file: ``` -"maenbn/ldaplookup": "dev-master" +"maenbn/ldaplookup": "1.1.*" ``` Then run `composer install` or `composer update` to install.