From 50be75735569f1795bda2039f15d3aed0ff462f0 Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Tue, 27 Jun 2023 09:08:17 +0200 Subject: [PATCH] reduce minimal usable php to 7.0 --- composer.json | 110 +++++++++++++++++++++++++------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/composer.json b/composer.json index 42c6045..45617ae 100644 --- a/composer.json +++ b/composer.json @@ -1,56 +1,56 @@ -{ - "name": "d3/google-analytics4", - "description": "Google Tag Manager with new Google Analytics 4 for OXID eShop v6", - "type": "oxideshop-module", - "keywords": [ - "oxid", - "modules", - "eShop", - "d3", - "google", - "ga4", - "googleanalytics", - "gtm", - "configuration" - ], - "homepage": "https://www.d3data.de", - "license": [ - "GPL-3.0" - ], - "authors": [ - { - "name": "Marat Bedoev", - "email": "hello@mb-dev.pro" - }, - { - "name": "D3 Data Development (Inh. Thomas Dartsch)", - "email": "info@shopmodule.com", - "homepage": "https://www.d3data.de" - } - ], - "support": { - "email": "support@shopmodule.com" - }, - "extra": { - "oxideshop": { - "blacklist-filter": [ - "*.md", - "composer.json", - ".php-cs-fixer.php", - "*.xml", - "*.neon" - ], - "target-directory": "d3/googleanalytics4" - } - }, - "require": { - "php": ">=7.1", - "oxid-esales/oxideshop-ce": "v6.0 - 6.3", - "google/apiclient":" ^2.0" - }, - "autoload": { - "psr-4": { - "D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics4" - } - } +{ + "name": "d3/google-analytics4", + "description": "Google Tag Manager with new Google Analytics 4 for OXID eShop v6", + "type": "oxideshop-module", + "keywords": [ + "oxid", + "modules", + "eShop", + "d3", + "google", + "ga4", + "googleanalytics", + "gtm", + "configuration" + ], + "homepage": "https://www.d3data.de", + "license": [ + "GPL-3.0" + ], + "authors": [ + { + "name": "Marat Bedoev", + "email": "hello@mb-dev.pro" + }, + { + "name": "D3 Data Development (Inh. Thomas Dartsch)", + "email": "info@shopmodule.com", + "homepage": "https://www.d3data.de" + } + ], + "support": { + "email": "support@shopmodule.com" + }, + "extra": { + "oxideshop": { + "blacklist-filter": [ + "*.md", + "composer.json", + ".php-cs-fixer.php", + "*.xml", + "*.neon" + ], + "target-directory": "d3/googleanalytics4" + } + }, + "require": { + "php": ">=7.0", + "oxid-esales/oxideshop-ce": "v6.0 - 6.3", + "google/apiclient":" ^2.0" + }, + "autoload": { + "psr-4": { + "D3\\GoogleAnalytics4\\": "../../../source/modules/d3/googleanalytics4" + } + } } \ No newline at end of file