add OXID 7.2.0 compilation

# Conflicts:
#	README.md
This commit is contained in:
Daniel Seifert 2024-12-03 08:20:35 +01:00
parent 780f82378e
commit fdb0166187
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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"
}
}