Require Google Analytics module, lock file
This commit is contained in:
parent
f748a18395
commit
0354dcecf9
1 changed files with 57 additions and 1 deletions
58
composer.lock
generated
58
composer.lock
generated
|
@ -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": "d377f07fba5b7a65850cceeae7758ed7",
|
"content-hash": "d39b0518a6dd4507ad31614af7fe79f6",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -6331,6 +6331,62 @@
|
||||||
"source": "http://cgit.drupalcode.org/group"
|
"source": "http://cgit.drupalcode.org/group"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/google_analytics",
|
||||||
|
"version": "2.3.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupal.org/project/google_analytics",
|
||||||
|
"reference": "8.x-2.3"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.3.zip",
|
||||||
|
"reference": "8.x-2.3",
|
||||||
|
"shasum": "9ea88a81925ba538d9fa7ac6ce4f1598e5ee48e4"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "~8.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"drupal/php": "*",
|
||||||
|
"drupal/token": "*"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-2.x": "2.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-2.3",
|
||||||
|
"datestamp": "1531469021",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "hass",
|
||||||
|
"homepage": "https://www.drupal.org/u/hass"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "See other contributors",
|
||||||
|
"homepage": "https://www.drupal.org/node/49388/committers"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
|
||||||
|
"homepage": "https://www.drupal.org/project/google_analytics",
|
||||||
|
"support": {
|
||||||
|
"source": "http://git.drupal.org/project/google_analytics.git",
|
||||||
|
"issues": "https://www.drupal.org/project/issues/google_analytics"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/group",
|
"name": "drupal/group",
|
||||||
"version": "1.0.0-rc2",
|
"version": "1.0.0-rc2",
|
||||||
|
|
Loading…
Reference in a new issue