added masquerade module

This commit is contained in:
2022-02-07 20:08:54 +01:00
parent f5ec4dff13
commit bdd6f022e9
7 changed files with 127 additions and 4 deletions

71
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "914a2babd07fb0f3e56775b890f01b4c",
"content-hash": "5578ce008e17282080b4c8861506f071",
"packages": [
{
"name": "alchemy/zippy",
@@ -10138,6 +10138,74 @@
"source": "https://git.drupalcode.org/project/mailsystem"
}
},
{
"name": "drupal/masquerade",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/masquerade.git",
"reference": "c130db7035adc5da01d9ac26faf1de53d3713f76"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.0-beta4+2-dev",
"datestamp": "1614910132",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Andrey Postnikov (andypost)",
"homepage": "https://www.drupal.org/u/andypost",
"role": "Maintainer"
},
{
"name": "David Norman (deekayen)",
"homepage": "https://www.drupal.org/u/deekayen",
"role": "Maintainer"
},
{
"name": "Mark Shropshire (shrop)",
"homepage": "https://www.drupal.org/u/shrop",
"role": "Maintainer"
},
{
"name": "Daniel Kudwien (sun)",
"homepage": "https://www.drupal.org/u/sun",
"role": "Maintainer"
},
{
"name": "Andrew Berry (deviantintegral)",
"homepage": "https://www.drupal.org/u/deviantintegral",
"role": "Maintainer"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
}
],
"description": "Allows privileged users to masquerade as another user.",
"homepage": "https://www.drupal.org/project/masquerade",
"support": {
"source": "https://git.drupal.org/project/masquerade.git",
"issues": "https://www.drupal.org/project/issues/masquerade",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/matomo",
"version": "1.11.0",
@@ -21987,6 +22055,7 @@
"drupal/login_destination": 20,
"drupal/login_history": 20,
"drupal/mailgun": 20,
"drupal/masquerade": 20,
"drupal/migrate_devel": 20,
"drupal/migrate_plus": 20,
"drupal/migrate_tools": 20,