30 lines
728 B
JSON
30 lines
728 B
JSON
{
|
|
"name": "drupal/simple_oauth",
|
|
"description": "The Simple OAuth module for Drupal",
|
|
"type": "drupal-module",
|
|
"require": {
|
|
"lcobucci/jwt": "^4",
|
|
"league/oauth2-server": "^8.3",
|
|
"steverhoades/oauth2-openid-connect-server": "^2.4",
|
|
"drupal/consumers": "^1.15",
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/prophecy-phpunit": "^2"
|
|
},
|
|
"license": "GPL-2.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Mateu Aguiló Bosch",
|
|
"email": "mateu.aguilo.bosch@gmail.com"
|
|
}
|
|
],
|
|
"extra": {
|
|
"drush": {
|
|
"services": {
|
|
"drush.services.yml": "^9 || ^10 || ^11"
|
|
}
|
|
}
|
|
}
|
|
}
|