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

Commit efce2ff

Browse files
committed
Add compatibility for Laravel 6.0
1 parent e7a88e0 commit efce2ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"type": "project",
77
"require": {
88
"php": ">=7.1",
9-
"adldap2/adldap2": "^10.0",
10-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
9+
"adldap2/adldap2": "^10.1",
10+
"illuminate/support": "~5.5|~6.0"
1111
},
1212
"require-dev": {
1313
"mockery/mockery": "~1.0",

0 commit comments

Comments
 (0)