2015-04-05 17:02:43 +01:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"require": {
|
|
|
|
"alexbilbie/proton": "~1.4",
|
2015-04-05 18:42:18 +01:00
|
|
|
"ircmaxell/password-compat": "~1.0"
|
2015-04-05 17:02:43 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"League\\OAuth2\\Server\\": "../src/",
|
|
|
|
"OAuth2ServerExamples\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|