oauth2-server/examples/composer.json
2015-04-05 17:02:43 +01:00

13 lines
210 B
JSON

{
"name": "",
"require": {
"alexbilbie/proton": "~1.4",
"illuminate/database": "~5.0"
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Server\\": "../src/",
"OAuth2ServerExamples\\": "src/"
}
}
}