mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"require": {
|
|
"slim/slim": "3.0.*"
|
|
},
|
|
"require-dev": {
|
|
"league/event": "^2.1",
|
|
"lcobucci/jwt": "^3.1",
|
|
"paragonie/random_compat": "^2.0",
|
|
"psr/http-message": "^1.0",
|
|
"defuse/php-encryption": "^2.1",
|
|
"zendframework/zend-diactoros": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OAuth2ServerExamples\\": "src/",
|
|
"League\\OAuth2\\Server\\": "../src/"
|
|
}
|
|
}
|
|
}
|