From fdb01661870fc6199562bbf3056edb3630fb2084 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Tue, 3 Dec 2024 08:20:35 +0100 Subject: [PATCH] add OXID 7.2.0 compilation # Conflicts: # README.md --- README.md | 2 +- composer.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 01abd92..a1419e8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the most basic OXID eShop dependencies. More information how to setup Shop: - - https://docs.oxid-esales.com/developer/en/7.1/getting_started/installation/eshop_installation.html + - https://docs.oxid-esales.com/developer/en/7.2/getting_started/installation/eshop_installation.html ## Important note diff --git a/composer.json b/composer.json index 65077df..5e3c337 100644 --- a/composer.json +++ b/composer.json @@ -36,8 +36,8 @@ "oxid-esales/oxideshop-composer-plugin": "~v7.2.0", "oxid-esales/oxideshop-db-views-generator": "~v2.2.0", "oxid-esales/oxideshop-demodata-ce": "~v7.1.0", - "oxid-esales/oxideshop-demodata-installer": "~v3.2.0", - "oxid-esales/oxideshop-doctrine-migration-wrapper": "~v5.2.0", + "oxid-esales/oxideshop-demodata-installer": "~v3.3.0", + "oxid-esales/oxideshop-doctrine-migration-wrapper": "~v5.3.0", "oxid-esales/oxideshop-facts": "~v4.2.0", "oxid-esales/oxideshop-unified-namespace-generator": "~v5.1.0", "oxid-esales/smarty-admin-theme": "~v1.0.0", @@ -63,7 +63,7 @@ "symfony/expression-language": "~v6.4.3", "symfony/filesystem": "~v6.4.3", "symfony/finder": "~v6.4.0", - "symfony/http-foundation": "~v6.4.4", + "symfony/http-foundation": "~v6.4.14", "symfony/lock": "~v6.4.3", "symfony/mime": "~v6.4.3", "symfony/polyfill-ctype": "~v1.29.0", @@ -76,26 +76,26 @@ "symfony/polyfill-php80": "~v1.29.0", "symfony/polyfill-php81": "~v1.29.0", "symfony/polyfill-php83": "~v1.29.0", - "symfony/process": "~v6.4.4 || ~v7.0.4", + "symfony/process": "~v6.4.4", "symfony/service-contracts": "~v3.4.1", "symfony/stopwatch": "~v6.4.3", "symfony/string": "~v6.4.4", "symfony/templating": "~v6.4.3", - "symfony/var-exporter": "~v6.4.4 || ~v7.0.4", + "symfony/var-exporter": "~v6.4.4", "symfony/yaml": "~v6.4.3", "twig/twig": "~v3.8.0", "webmozart/glob": "~4.7.0", - "oxid-esales/oxideshop-ce": "v7.1.1" + "oxid-esales/oxideshop-ce": "v7.2.0" }, "replace": { "oxid-esales/oxideshop-metapackage-ce": "*" }, "suggest": { - "ddoe/wysiwyg-editor-module": "~v4.1.0", + "ddoe/wysiwyg-editor-module": "~v4.2.0", "eyeable/eye-able-oxid": "~v3.0.3", "makaira/oxid-connect-essential": "~2.1.2", - "oxid-esales/gdpr-optin-module": "~v4.0.0", - "oxid-esales/media-library-module": "~v2.0.1", + "oxid-esales/gdpr-optin-module": "~v4.1.0", + "oxid-esales/media-library-module": "~v2.1.1", "oxid-professional-services/usercentrics": "~v3.0.0" } }