From ec7a51362e07d455b5b4f12a13f9ce307bc4ebd9 Mon Sep 17 00:00:00 2001 From: Steve Bauman Date: Sat, 2 Apr 2016 16:39:53 -0400 Subject: [PATCH] Fix install json doc. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c118804..4a7ceef 100644 --- a/readme.md +++ b/readme.md @@ -23,7 +23,7 @@ It includes: Insert Adldap2-Laravel into your `composer.json` file: ```json -"adldap2/adldap2-laravel": "v2.0.*", +"adldap2/adldap2-laravel": "2.0.*", ``` Then run `composer update`.