mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
14 lines
249 B
JSON
14 lines
249 B
JSON
{
|
|
"name": "",
|
|
"require": {
|
|
"alexbilbie/proton": "~1.4",
|
|
"illuminate/database": "~5.0",
|
|
"ircmaxell/password-compat": "~1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\OAuth2\\Server\\": "../src/",
|
|
"OAuth2ServerExamples\\": "src/"
|
|
}
|
|
}
|
|
} |