From b3e7a03b1456b03190641724f9b0ef1291ec858b Mon Sep 17 00:00:00 2001 From: Ben Norcombe Date: Thu, 30 Jun 2016 13:26:27 +0100 Subject: [PATCH] Update dependencies to Laravel 5.2 for the new version of the package --- README.md | 12 +++++++++--- composer.json | 8 ++++---- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7262dcd..57b9135 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # LDAP Lookup ================= -LDAP lookup is a simple LDAP entries lookup provider for use with in Laravel 5.1 LTS +LDAP lookup is a simple LDAP entries lookup provider for use with in Laravel 5.1 + ## Installation The tool requires you have [PHP](https://php.net) 5.5.9+ and [Composer](https://getcomposer.org). -The get the latest version of LDAP lookup, add the following line to your `composer.json` file: +To get the version of LDAP lookup that works with Laravel 5.1, add the following line to your `composer.json` file: ``` -"maenbn/ldaplookup": "dev-master" +"maenbn/ldaplookup": "1.1.*" +``` + +Other wise for Laravel 5.2 add the following instead: + +``` +"maenbn/ldaplookup": "1.2.*" ``` Then run `composer install` or `composer update` to install. diff --git a/composer.json b/composer.json index 9c9a8c4..c2ecf2c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "maenbn/ldaplookup", - "description": "LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1 LTS", + "description": "LdapLookup is a tool to lookup entries in LDAP For Laravel 5.1+", "keywords": ["laravel", "framework", "ldap lookup", "ldap", "lookup", "LdapLookup", "Laravel LdapLookup", "Laravel-LdapLookup", "Ben Norcombe", "BenNorcombe"], "license": "MIT", "authors": [ @@ -11,12 +11,12 @@ ], "require": { "php": ">=5.5.9", - "illuminate/contracts": "5.1.*", - "illuminate/support": "5.1.*" + "illuminate/contracts": "5.2.*", + "illuminate/support": "5.2.*" }, "require-dev": { - "orchestra/testbench": "3.1.*" + "orchestra/testbench": "^3.0" }, "autoload": { "psr-4": {