Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 4b16a74

Browse files
committed
Added Laravel 5.1 compatibility
1 parent cd4adce commit 4b16a74

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,10 @@ It includes:
1717
- An Auth driver for easily allowing users to login to your application using active directory
1818
- An Adldap facade (`Adldap\Laravel\Facades\Adldap`) for easily retrieving the Adldap instance from the IoC
1919

20-
## Version Compatibility
21-
22-
Laravel | Adldap-Laravel
23-
:----------|:----------
24-
5.1.* | 1.3.*
25-
5.2.* | 1.4.*
26-
2720
## Installation
2821

2922
Insert Adldap2-Laravel into your `composer.json` file:
3023

31-
For Laravel 5.1
32-
```json
33-
"adldap2/adldap2-laravel": "1.3.*",
34-
```
35-
36-
For Laravel 5.2
37-
3824
```json
3925
"adldap2/adldap2-laravel": "1.4.*",
4026
```

0 commit comments

Comments
 (0)