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

Commit 3efc5b7

Browse files
committed
Added requirements.
1 parent 38127ba commit 3efc5b7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docs/auth/upgrading.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
There are significant changes to the code base from `v2` to `v3`.
88

9+
### PHP
10+
11+
Following Laravel's requirements, a minimum version of PHP 5.6 is now required.
12+
13+
Previously, PHP 5.5 was the minimum requirement.
14+
915
### Configuration
1016

1117
1. Delete your `config/adldap_auth.php`

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
Adldap2 - Laravel allows easy configuration, access, management and authentication to LDAP connections utilizing the root
1313
[Adldap2 Repository](http://www.github.com/Adldap2/Adldap2).
1414

15+
## Requirements
16+
17+
To use Adldap2-Laravel, your server must support:
18+
19+
- PHP 5.6 or greater
20+
- PHP LDAP Extension
21+
- An Active Directory Server
22+
23+
**Note:** OpenLDAP support is experimental, success may vary.
24+
1525
## Index
1626

1727
* [Installation](#installation)

0 commit comments

Comments
 (0)