forked from strebl/ldap-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·35 lines (35 loc) · 889 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "fzhan/l5-ldap-auth",
"description": "Laravel 5 Active Directory LDAP Authentication driver",
"keywords": ["laravel", "L5", "LDAP", "Authentication", "Laravel 5"],
"authors": [
{
"name": "Zhan Chih-Yuan",
"email": "[email protected]"
},
{
"name": "Manuel Strebel",
"email": "[email protected]"
},
{
"name": "Cody Covey",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "5.*",
"illuminate/auth": "5.*",
"illuminate/config": "5.*",
"strebl/adldap": "~4.0"
},
"require-dev": {
"mockery/mockery": "dev-master"
},
"autoload": {
"psr-0": {
"Ccovey\\LdapAuth": "src/"
}
},
"minimum-stability": "dev"
}