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