mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"name": "bshaffer/oauth2-server-php",
|
|
"description":"OAuth2 Server for PHP",
|
|
"keywords":["oauth","oauth2","auth"],
|
|
"type":"library",
|
|
"license":"MIT",
|
|
"authors":[
|
|
{
|
|
"name":"Brent Shaffer",
|
|
"email": "bshafs@gmail.com",
|
|
"homepage":"http://brentertainment.com"
|
|
}
|
|
],
|
|
"homepage": "http://github.com/bshaffer/oauth2-server-php",
|
|
"autoload": {
|
|
"psr-0": { "OAuth2": "src/" }
|
|
},
|
|
"require":{
|
|
"php":">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.5||^8.0",
|
|
"aws/aws-sdk-php": "^2.8",
|
|
"firebase/php-jwt": "^6.4",
|
|
"predis/predis": "^1.1",
|
|
"thobbs/phpcassa": "dev-master",
|
|
"yoast/phpunit-polyfills": "^1.0"
|
|
},
|
|
"suggest": {
|
|
"predis/predis": "Required to use Redis storage",
|
|
"thobbs/phpcassa": "Required to use Cassandra storage",
|
|
"aws/aws-sdk-php": "~2.8 is required to use DynamoDB storage",
|
|
"firebase/php-jwt": "~v6.4 is required to use JWT features",
|
|
"mongodb/mongodb": "^1.1 is required to use MongoDB storage"
|
|
}
|
|
}
|