Add Menu Trail by Path module, the lock file
This commit is contained in:
parent
fb141526d6
commit
3cc39db072
1 changed files with 56 additions and 1 deletions
57
composer.lock
generated
57
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": "a0dd64c89ed438bd7f6ad0c03cc134e2",
|
||||
"content-hash": "8242eb77dab2ab68d0e0f052fffac99b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
|
@ -6744,6 +6744,61 @@
|
|||
},
|
||||
"time": "2018-12-29T11:46:28+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/menu_trail_by_path",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupal.org/project/menu_trail_by_path",
|
||||
"reference": "8.x-1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-8.x-1.1.zip",
|
||||
"reference": "8.x-1.1",
|
||||
"shasum": "52261e3ad3630e88bfc2a147e3056844f5584f62"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.1",
|
||||
"datestamp": "1482006782",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "SeriousMatters",
|
||||
"homepage": "https://www.drupal.org/user/290439"
|
||||
},
|
||||
{
|
||||
"name": "davy-r",
|
||||
"homepage": "https://www.drupal.org/user/3278771"
|
||||
},
|
||||
{
|
||||
"name": "redndahead",
|
||||
"homepage": "https://www.drupal.org/user/160320"
|
||||
}
|
||||
],
|
||||
"description": "Expand menus and set active-trail according to the current path.",
|
||||
"homepage": "https://www.drupal.org/project/menu_trail_by_path",
|
||||
"support": {
|
||||
"source": "http://cgit.drupalcode.org/menu_trail_by_path"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/message",
|
||||
"version": "1.0.0-rc2",
|
||||
|
|
Loading…
Reference in a new issue