mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
13 lines
210 B
JSON
13 lines
210 B
JSON
|
{
|
||
|
"name": "",
|
||
|
"require": {
|
||
|
"alexbilbie/proton": "~1.4",
|
||
|
"illuminate/database": "~5.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"League\\OAuth2\\Server\\": "../src/",
|
||
|
"OAuth2ServerExamples\\": "src/"
|
||
|
}
|
||
|
}
|
||
|
}
|