From 3e4b6d05504b29b7bdba83473ff57f3f923561a8 Mon Sep 17 00:00:00 2001 From: Matthieu Rolland Date: Mon, 4 Mar 2024 17:28:51 +0100 Subject: [PATCH] update ps_googleanalytics --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 83c46a920fb14..bf6756e4bb690 100644 --- a/composer.json +++ b/composer.json @@ -95,7 +95,7 @@ "prestashop/ps_facetedsearch": "^3.2.1", "prestashop/ps_faviconnotificationbo": "^2", "prestashop/ps_featuredproducts": "^2", - "prestashop/ps_googleanalytics": "^4.1", + "prestashop/ps_googleanalytics": "^5", "prestashop/ps_imageslider": "^3", "prestashop/ps_languageselector": "^2", "prestashop/ps_linklist": "^6", diff --git a/composer.lock b/composer.lock index 5874c93b3b923..d7fd1837f4378 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": "7e8a1e008299cbe49f4e417b815a4711", + "content-hash": "f4019cc93bf15cdf5093c1c3e7fca2a9", "packages": [ { "name": "api-platform/core", @@ -6770,20 +6770,20 @@ }, { "name": "prestashop/ps_googleanalytics", - "version": "v4.2.2", + "version": "v5.0.2", "source": { "type": "git", "url": "https://github.com/PrestaShop/ps_googleanalytics.git", - "reference": "7bfdf5f6e88658e7b0f6b5a01cbe384516eb7233" + "reference": "2aa643fe04dafb32d55a80b2835a374031714f1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PrestaShop/ps_googleanalytics/zipball/7bfdf5f6e88658e7b0f6b5a01cbe384516eb7233", - "reference": "7bfdf5f6e88658e7b0f6b5a01cbe384516eb7233", + "url": "https://api.github.com/repos/PrestaShop/ps_googleanalytics/zipball/2aa643fe04dafb32d55a80b2835a374031714f1c", + "reference": "2aa643fe04dafb32d55a80b2835a374031714f1c", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=7.1.3" }, "require-dev": { "prestashop/php-dev-tools": "3.*" @@ -6809,9 +6809,9 @@ "description": "PrestaShop module ps_googleanalytics", "homepage": "https://github.com/PrestaShop/ps_googleanalytics", "support": { - "source": "https://github.com/PrestaShop/ps_googleanalytics/tree/v4.2.2" + "source": "https://github.com/PrestaShop/ps_googleanalytics/tree/v5.0.2" }, - "time": "2023-04-05T09:37:41+00:00" + "time": "2024-03-04T15:47:09+00:00" }, { "name": "prestashop/ps_imageslider",