15 lines
374 B
JSON
15 lines
374 B
JSON
{
|
|
"name": "drupal/simple_oauth_password_grant",
|
|
"description": "Provides the password grant for the simple_oauth module",
|
|
"type": "drupal-module",
|
|
"require": {
|
|
"drupal/simple_oauth": "^6",
|
|
"php": ">=8.0"
|
|
},
|
|
"require-dev": {
|
|
"drush/drush": "^12",
|
|
"phpspec/prophecy-phpunit": "^2"
|
|
},
|
|
"license": "GPL-2.0-or-later"
|
|
}
|