installed login_history contrib module

This commit is contained in:
Bachir Soussi Chiadmi 2019-03-27 19:04:12 +01:00
parent 9f17d68e79
commit 2e348a30f7
3 changed files with 54 additions and 1 deletions

View File

@ -33,6 +33,7 @@
"drupal/console": "^1.0.2", "drupal/console": "^1.0.2",
"drupal/core": "^8.6.0", "drupal/core": "^8.6.0",
"drupal/entity_clone": "^1.0", "drupal/entity_clone": "^1.0",
"drupal/login_history": "1.x-dev",
"drupal/mailgun": "1.x-dev", "drupal/mailgun": "1.x-dev",
"drupal/mailsystem": "^4.1", "drupal/mailsystem": "^4.1",
"drupal/migrate_plus": "4.x-dev", "drupal/migrate_plus": "4.x-dev",

53
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d7b3425cae4f02aa0b7c3dc9843adbce", "content-hash": "f41b70994c657d538e00aa51a45462b5",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -6672,6 +6672,56 @@
}, },
"time": "2019-03-24T17:15:43+00:00" "time": "2019-03-24T17:15:43+00:00"
}, },
{
"name": "drupal/login_history",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupal.org/project/login_history",
"reference": "6500ca00e28e6359671feba639f6c9170902cc83"
},
"require": {
"drupal/core": "~8.0"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.x-dev",
"datestamp": "1447625649",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Cottser",
"homepage": "https://www.drupal.org/user/1167326"
},
{
"name": "bocaj",
"homepage": "https://www.drupal.org/user/582042"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
}
],
"description": "A history of the site's user logins.",
"homepage": "https://www.drupal.org/project/login_history",
"support": {
"source": "http://cgit.drupalcode.org/login_history"
},
"time": "2019-03-19T22:26:42+00:00"
},
{ {
"name": "drupal/mailgun", "name": "drupal/mailgun",
"version": "dev-1.x", "version": "dev-1.x",
@ -15563,6 +15613,7 @@
"drupal/commerce_recurring": 20, "drupal/commerce_recurring": 20,
"drupal/commerce_variation_cart_form": 20, "drupal/commerce_variation_cart_form": 20,
"drupal/computed_field": 10, "drupal/computed_field": 10,
"drupal/login_history": 20,
"drupal/mailgun": 20, "drupal/mailgun": 20,
"drupal/migrate_plus": 20, "drupal/migrate_plus": 20,
"drupal/migrate_tools": 20, "drupal/migrate_tools": 20,

View File

@ -78,6 +78,7 @@ module:
link_attributes: 0 link_attributes: 0
linkit: 0 linkit: 0
locale: 0 locale: 0
login_history: 0
mailgun: 0 mailgun: 0
maillog: 0 maillog: 0
mailsystem: 0 mailsystem: 0