oauth2-server/examples/relational/composer.json

17 lines
378 B
JSON
Raw Normal View History

2014-05-09 15:16:59 +05:30
{
"require": {
"illuminate/database": "4.1.*",
"orno/route": "1.*",
2014-07-22 15:28:15 +05:30
"ircmaxell/password-compat": "1.0.2",
"league/event": "0.2.0"
2014-05-09 15:16:59 +05:30
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "../../src/",
"RelationalExample\\": "."
},
"files": [
"config/db.php"
]
}
}