added user_history module
This commit is contained in:
51
composer.lock
generated
51
composer.lock
generated
@@ -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": "28136bda07374425cb204c254898f8ac",
|
||||
"content-hash": "2892c8ceeb10a15850316a83cb5709fb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -14321,6 +14321,55 @@
|
||||
"source": "https://git.drupalcode.org/project/user_email_verification"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/user_history",
|
||||
"version": "1.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/user_history.git",
|
||||
"reference": "8.x-1.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/user_history-8.x-1.0.zip",
|
||||
"reference": "8.x-1.0",
|
||||
"shasum": "773049f4a4ccbc8a32f324c55c3f46f4c497c71e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.8 || ^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "8.x-1.0",
|
||||
"datestamp": "1662466152",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "gabrielu",
|
||||
"homepage": "https://www.drupal.org/user/279352"
|
||||
},
|
||||
{
|
||||
"name": "jlscott",
|
||||
"homepage": "https://www.drupal.org/user/213325"
|
||||
}
|
||||
],
|
||||
"description": "Track changes to user records by recording details in a custom user_history entity.",
|
||||
"homepage": "https://www.drupal.org/project/user_history",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/user_history",
|
||||
"issues": "https://www.drupal.org/project/issues/user_history"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/vde_drush",
|
||||
"version": "2.0.0",
|
||||
|
Reference in New Issue
Block a user