From 2baefd79a19ff95796398a50b6fafb2a3715eda9 Mon Sep 17 00:00:00 2001 From: Matthieu Rolland Date: Wed, 28 Feb 2024 11:53:55 +0100 Subject: [PATCH] apply major module updates as well --- composer.json | 4 ++-- composer.lock | 35 ++++++++++++++++++----------------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 83c46a920fb14..fe4e77c9c1a3e 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", @@ -110,7 +110,7 @@ "prestashop/ps_themecusto": "^1", "prestashop/ps_viewedproduct": "^1.2", "prestashop/ps_wirepayment": "^2.1", - "prestashop/psgdpr": "^1.4", + "prestashop/psgdpr": "^2", "prestashop/statsbestcategories": "^2", "prestashop/statsbestcustomers": "^2", "prestashop/statsbestmanufacturers": "^2", diff --git a/composer.lock b/composer.lock index 0b274f86fdb21..6fdcda508859f 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": "dccc1b1f97079c089b8bb20e7d4e8d5c", "packages": [ { "name": "api-platform/core", @@ -6770,20 +6770,20 @@ }, { "name": "prestashop/ps_googleanalytics", - "version": "v4.2.2", + "version": "v5.0.0", "source": { "type": "git", "url": "https://github.com/PrestaShop/ps_googleanalytics.git", - "reference": "7bfdf5f6e88658e7b0f6b5a01cbe384516eb7233" + "reference": "9f18ecee06bc62da8ff21553be2d46602a30e3e5" }, "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/9f18ecee06bc62da8ff21553be2d46602a30e3e5", + "reference": "9f18ecee06bc62da8ff21553be2d46602a30e3e5", "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.0" }, - "time": "2023-04-05T09:37:41+00:00" + "time": "2024-02-08T13:20:07+00:00" }, { "name": "prestashop/ps_imageslider", @@ -7393,26 +7393,27 @@ }, { "name": "prestashop/psgdpr", - "version": "v1.4.3", + "version": "v2.0.1", "source": { "type": "git", "url": "https://github.com/PrestaShop/psgdpr.git", - "reference": "2b94cd472d00c837275f0aa8677947de2691c6d7" + "reference": "ad7ba6f3aa8b382955ddbcdb4562a1e68bef9356" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PrestaShop/psgdpr/zipball/2b94cd472d00c837275f0aa8677947de2691c6d7", - "reference": "2b94cd472d00c837275f0aa8677947de2691c6d7", + "url": "https://api.github.com/repos/PrestaShop/psgdpr/zipball/ad7ba6f3aa8b382955ddbcdb4562a1e68bef9356", + "reference": "ad7ba6f3aa8b382955ddbcdb4562a1e68bef9356", "shasum": "" }, "require-dev": { - "prestashop/php-dev-tools": "^3.4" + "prestashop/php-dev-tools": "^4.3" }, "type": "prestashop-module", "autoload": { + "psr-4": { + "PrestaShop\\Module\\Psgdpr\\": "src/" + }, "classmap": [ - "classes", - "controllers", "psgdpr.php" ] }, @@ -7429,9 +7430,9 @@ "description": "PrestaShop module psgdpr", "homepage": "https://github.com/PrestaShopCorp/psgdpr", "support": { - "source": "https://github.com/PrestaShop/psgdpr/tree/v1.4.3" + "source": "https://github.com/PrestaShop/psgdpr/tree/v2.0.1" }, - "time": "2022-12-15T10:02:36+00:00" + "time": "2023-04-19T15:47:02+00:00" }, { "name": "prestashop/statsbestcategories",