Skip to content

Commit

Permalink
change to Laravel 5.1 LTS and PHP 5.5.9 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maen-bn committed Jul 23, 2015
1 parent c8ad0dd commit 09a897a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# LDAP Lookup
=================
LDAP lookup is a simple LDAP entries lookup provider for use with in Laravel 5
LDAP lookup is a simple LDAP entries lookup provider for use with in Laravel 5.1 LTS

## Installation

The tool requires you have [PHP](https://php.net) 5.4.*+ and [Composer](https://getcomposer.org).
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:
```
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.5.9",
"illuminate/contracts": "5.1.*",
"illuminate/support": "5.1.*"

Expand Down

0 comments on commit 09a897a

Please sign in to comment.