You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
644 B
27 lines
644 B
{
|
|
"require": {
|
|
"php": ">=5.6.0",
|
|
"league/oauth2-server":"*",
|
|
"ext-openssl": "*",
|
|
"league/event": "^2.1",
|
|
"lcobucci/jwt": "^3.1",
|
|
"paragonie/random_compat": "^2.0",
|
|
"psr/http-message": "^1.0",
|
|
"defuse/php-encryption": "^2.1",
|
|
"slim/slim": "3.0.*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8 || ^5.0",
|
|
"zendframework/zend-diactoros": "^1.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\OAuth2\\Server\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"LeagueTests\\": "tests/"
|
|
}
|
|
}
|
|
} |