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

Commit 3b0e57d

Browse files
committed
Require Laravel 5.5 or greater
Due to bug and security fixes for Laravel 5.4 and below being discontinued, Adldap2-Laravel will now require Laravel 5.5 or greater.
1 parent a150794 commit 3b0e57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"type": "project",
77
"require": {
88
"php": ">=7.1",
9-
"adldap2/adldap2": "^10.0"
9+
"adldap2/adldap2": "^10.0",
10+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1011
},
1112
"require-dev": {
1213
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)