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
This commit is contained in:
parent
e022935031
commit
4f4470e4a0
|
@ -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",
|
||||
|
|
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",
|
||||
"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",
|
||||
|
|
Loading…
Reference in a new issue