oauth2-server/examples/composer.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/"
}
}
}