mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
18 lines
302 B
JSON
18 lines
302 B
JSON
{
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": ".."
|
|
}
|
|
],
|
|
"require": {
|
|
"slim/slim": "3.0.*",
|
|
"league/oauth2-server": "dev-V5-WIP"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OAuth2ServerExamples\\": "src/"
|
|
}
|
|
}
|
|
}
|