From 0354dcecf96f005e636c46c2f8f1baa9fcc17fff Mon Sep 17 00:00:00 2001 From: Clayton Dewey Date: Wed, 26 Dec 2018 16:37:10 -0700 Subject: [PATCH] Require Google Analytics module, lock file --- composer.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 52058c3..00e9fa7 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d377f07fba5b7a65850cceeae7758ed7", + "content-hash": "d39b0518a6dd4507ad31614af7fe79f6", "packages": [ { "name": "asm89/stack-cors", @@ -6331,6 +6331,62 @@ "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", "version": "1.0.0-rc2",