oauth2-server/examples/relational/composer.json

16 lines
345 B
JSON
Raw Normal View History

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