Forked from
project / vault_auth_approle
2 commits behind, 1 commit ahead of the upstream repository.
-
Project-Update-bot authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using Composer.
Learn more
composer.json 575 B
{
"name": "drupal/vault_auth_approle",
"description": "Provides support to drupal/vault for AppRole authentication.",
"type": "drupal-module",
"homepage": "https://www.drupal.org/project/vault_auth_approle",
"require": {
"php": "^8.1",
"drupal/key": "^1",
"drupal/vault": "^2 || ^3",
"drupal/core": "^9.3 || ^10 || ^11"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
"mglaman/phpstan-drupal": "^1.1",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3"
}
}