Update composer lock file with HotJar
This commit is contained in:
parent
0cca4d709a
commit
d24cb4064e
1 changed files with 52 additions and 1 deletions
53
composer.lock
generated
53
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": "c12466cd14088e970d0819785359399c",
|
"content-hash": "7fafa0c733187f84ddeae2384ccf0116",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -6723,6 +6723,57 @@
|
||||||
"source": "http://cgit.drupalcode.org/honeypot"
|
"source": "http://cgit.drupalcode.org/honeypot"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/hotjar",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupal.org/project/hotjar",
|
||||||
|
"reference": "8.x-1.2"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/hotjar-8.x-1.2.zip",
|
||||||
|
"reference": "8.x-1.2",
|
||||||
|
"shasum": "cd56858bf335cf8ba9ce65d28a796e8bd313c67b"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "~8.0"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.2",
|
||||||
|
"datestamp": "1513139885",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "covered",
|
||||||
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0-or-later"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "csakiistvan",
|
||||||
|
"homepage": "https://www.drupal.org/user/491514"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "tikaszvince",
|
||||||
|
"homepage": "https://www.drupal.org/user/337178"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows your site to be tracked by Hotjar by adding a Javascript tracking code to every page.",
|
||||||
|
"homepage": "https://www.drupal.org/project/hotjar",
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/hotjar"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/http_client_error_status",
|
"name": "drupal/http_client_error_status",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
Loading…
Reference in a new issue