mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
17 lines
378 B
JSON
17 lines
378 B
JSON
{
|
|
"require": {
|
|
"illuminate/database": "4.1.*",
|
|
"orno/route": "1.*",
|
|
"ircmaxell/password-compat": "1.0.2",
|
|
"league/event": "0.2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\OAuth2\\Server\\": "../../src/",
|
|
"RelationalExample\\": "."
|
|
},
|
|
"files": [
|
|
"config/db.php"
|
|
]
|
|
}
|
|
} |