2015-04-05 21:32:43 +05:30
|
|
|
{
|
2015-11-13 23:10:22 +05:30
|
|
|
"require": {
|
2018-10-13 17:47:45 +05:30
|
|
|
"slim/slim": "^3.0.0"
|
2016-04-17 17:13:25 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"league/event": "^2.1",
|
2018-10-13 17:47:45 +05:30
|
|
|
"lcobucci/jwt": "^3.2",
|
2016-10-31 06:27:44 +05:30
|
|
|
"psr/http-message": "^1.0",
|
2018-10-13 17:47:45 +05:30
|
|
|
"defuse/php-encryption": "^2.2",
|
|
|
|
"zendframework/zend-diactoros": "^2.0.0"
|
2015-11-13 23:10:22 +05:30
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2016-04-17 17:13:25 +05:30
|
|
|
"OAuth2ServerExamples\\": "src/",
|
|
|
|
"League\\OAuth2\\Server\\": "../src/"
|
2015-11-13 23:10:22 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|