From af318d5ffccc384d194024445bce936b78c9eb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 8 Oct 2019 10:55:51 -0400 Subject: [PATCH] Commit composer lock file --- composer.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index 7c7286f..dda9053 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": "f6094dd22fae735a1ccd22635f4c03da", + "content-hash": "f6b0045febecd69f877ca796c62e299e", "packages": [ { "name": "asm89/stack-cors", @@ -6790,6 +6790,62 @@ "source": "https://git.drupalcode.org/project/group" } }, + { + "name": "drupal/google_analytics", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/google_analytics.git", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "18179854152cae44be2a5ed5de5550bc6e131c70" + }, + "require": { + "drupal/core": "~8.5" + }, + "require-dev": { + "drupal/php": "*", + "drupal/token": "*" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, + "drupal": { + "version": "8.x-3.0", + "datestamp": "1548968580", + "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": "https://git.drupal.org/project/google_analytics.git", + "issues": "https://www.drupal.org/project/issues/google_analytics" + } + }, { "name": "drupal/group", "version": "1.0.0-rc4",