From 4f4470e4a0e01aacfd0c292a19a235f5c4de246b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 10 Jun 2020 22:11:27 +0100 Subject: [PATCH] Remove Google Analytics module Remove the Google Analytics module from the codebase as it's no longer used, and has since been replaced with Fathom Analytics --- composer.json | 1 - composer.lock | 58 +-------------------------------------------------- 2 files changed, 1 insertion(+), 58 deletions(-) diff --git a/composer.json b/composer.json index 109d490..f5a75e4 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,6 @@ "drupal/discoverable_entity_bundle_classes": "^1.0", "drupal/fathom_analytics": "^2.1", "drupal/gin": "^3.0", - "drupal/google_analytics": "^2.4", "drupal/honeypot": "^2.0", "drupal/hook_event_dispatcher": "^1.28", "drupal/markdown": "^1.3", diff --git a/composer.lock b/composer.lock index 4d1afb8..9f0f7ef 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": "050b8d1d1a62edd680fadc466137d20f", + "content-hash": "f292177e82236a3f6465b1e36fd0a241", "packages": [ { "name": "asm89/stack-cors", @@ -2531,62 +2531,6 @@ "issues": "https://www.drupal.org/project/issues/gin" } }, - { - "name": "drupal/google_analytics", - "version": "2.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/google_analytics.git", - "reference": "8.x-2.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "f2e78ec140024ddcd19e027704ba73c33731f656" - }, - "require": { - "drupal/core": "~8.5" - }, - "require-dev": { - "drupal/php": "*", - "drupal/token": "*" - }, - "type": "drupal-module", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, - "drupal": { - "version": "8.x-2.4", - "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/honeypot", "version": "2.0.0",