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

Commit a958116

Browse files
committed
Fixed dependencies
1 parent 7c801da commit a958116

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"type": "project",
77
"require": {
88
"php": ">=5.5.9",
9+
"adldap2/adldap2": "5.0.*",
910
"laravel/framework": "5.*"
1011
},
1112
"require-dev": {
@@ -19,7 +20,7 @@
1920
},
2021
"autoload": {
2122
"psr-4": {
22-
"Adldap\\": "src/"
23+
"Adldap\\Laravel\\": "src/"
2324
}
2425
},
2526
"autoload-dev": {

0 commit comments

Comments
 (0)