2015-04-05 21:32:43 +05:30
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"require": {
|
|
|
|
"alexbilbie/proton": "~1.4",
|
2015-04-05 23:12:18 +05:30
|
|
|
"ircmaxell/password-compat": "~1.0"
|
2015-04-05 21:32:43 +05:30
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\OAuth2\\Server\\": "../src/",
|
|
|
|
"OAuth2ServerExamples\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|