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