forked from ollieread/multiauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
34 lines (34 loc) · 891 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
{
"name": "esalazarv/multiauth",
"description": "Multiple auth driver for Laravel 5",
"keywords": ["laravel", "laravel 5", "multi", "auth"],
"license": "MIT",
"authors": [
{
"name": "Eduardo Salazar",
"email": "[email protected]"
},
{
"name": "Ramon Ackermann",
"email": "[email protected]"
},
{
"name": "Ollie Read",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/auth": "~5.0|~5.1",
"illuminate/console": "~5.0|~5.1",
"illuminate/database": "~5.0|~5.1",
"illuminate/filesystem": "~5.0|~5.1",
"illuminate/support": "~5.0|~5.1"
},
"autoload": {
"psr-4": {
"Ollieread\\Multiauth\\": "src/"
}
},
"minimum-stability": "stable"
}