mirror of
https://github.com/FriendsOfOxid/oxideshop_metapackage_ce_smarty.git
synced 2024-11-12 18:23:23 +01:00
add OXID 7.1.0 compilation
This commit is contained in:
parent
8ef0b053fb
commit
95b2f0abb3
@ -11,8 +11,8 @@
|
||||
"license": "GPL-3.0",
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"composer/ca-bundle": "~1.4.1",
|
||||
"composer/class-map-generator": "~1.1.0",
|
||||
"composer/ca-bundle": "~1.5.0",
|
||||
"composer/class-map-generator": "~1.1.1",
|
||||
"composer/composer": "~2.7.2",
|
||||
"composer/metadata-minifier": "~1.0.0",
|
||||
"composer/pcre": "~3.1.2",
|
||||
@ -27,16 +27,16 @@
|
||||
"doctrine/migrations": "~3.4.3",
|
||||
"friendsofphp/proxy-manager-lts": "~v1.0.16",
|
||||
"justinrainbow/json-schema": "~5.2.13",
|
||||
"laminas/laminas-code": "~4.7.1 || ~4.13.0",
|
||||
"laminas/laminas-code": "~4.13.0",
|
||||
"monolog/monolog": "~1.27.1",
|
||||
"oxid-esales/wave-theme": "~v3.0.0",
|
||||
"oxid-esales/oxideshop-composer-plugin": "~v7.1.1",
|
||||
"oxid-esales/oxideshop-db-views-generator": "~v2.1.0",
|
||||
"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.1.1",
|
||||
"oxid-esales/oxideshop-doctrine-migration-wrapper": "~v5.1.0",
|
||||
"oxid-esales/oxideshop-facts": "~v4.1.0",
|
||||
"oxid-esales/oxideshop-unified-namespace-generator": "~v4.1.0",
|
||||
"oxid-esales/oxideshop-demodata-installer": "~v3.2.0",
|
||||
"oxid-esales/oxideshop-doctrine-migration-wrapper": "~v5.2.0",
|
||||
"oxid-esales/oxideshop-facts": "~v4.2.0",
|
||||
"oxid-esales/oxideshop-unified-namespace-generator": "~v5.0.0",
|
||||
"oxid-esales/smarty-admin-theme": "~v1.0.0",
|
||||
"oxid-esales/smarty-component": "~v1.0.0",
|
||||
"phpmailer/phpmailer": "~v6.9.1",
|
||||
@ -49,19 +49,19 @@
|
||||
"seld/phar-utils": "~1.2.1",
|
||||
"seld/signal-handler": "~2.0.2",
|
||||
"smarty/smarty": "~v2.6.33",
|
||||
"symfony/cache": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/cache-contracts": "~v3.0.2 || ~v3.4.0",
|
||||
"symfony/config": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/console": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/dependency-injection": "~v6.0.20 || ~v6.4.4",
|
||||
"symfony/deprecation-contracts": "~v3.0.2 || ~v3.4.0",
|
||||
"symfony/event-dispatcher": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/event-dispatcher-contracts": "~v3.0.2 || ~v3.4.0",
|
||||
"symfony/expression-language": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/filesystem": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/finder": "~v6.0.19 || ~v6.4.0",
|
||||
"symfony/lock": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/mime": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/cache": "~v6.4.4",
|
||||
"symfony/cache-contracts": "~v3.4.0",
|
||||
"symfony/config": "~v6.4.4",
|
||||
"symfony/console": "~v6.4.4",
|
||||
"symfony/dependency-injection": "~v6.4.4",
|
||||
"symfony/deprecation-contracts": "~v3.4.0",
|
||||
"symfony/event-dispatcher": "~v6.4.3",
|
||||
"symfony/event-dispatcher-contracts": "~v3.4.0",
|
||||
"symfony/expression-language": "~v6.4.3",
|
||||
"symfony/filesystem": "~v6.4.3",
|
||||
"symfony/finder": "~v6.4.0",
|
||||
"symfony/lock": "~v6.4.3",
|
||||
"symfony/mime": "~v6.4.3",
|
||||
"symfony/polyfill-ctype": "~v1.29.0",
|
||||
"symfony/polyfill-intl-grapheme": "~v1.29.0",
|
||||
"symfony/polyfill-intl-idn": "~v1.29.0",
|
||||
@ -71,17 +71,26 @@
|
||||
"symfony/polyfill-php73": "~v1.29.0",
|
||||
"symfony/polyfill-php80": "~v1.29.0",
|
||||
"symfony/polyfill-php81": "~v1.29.0",
|
||||
"symfony/process": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/service-contracts": "~v2.5.2 || ~3.4.1",
|
||||
"symfony/stopwatch": "~v6.0.19 || ~v6.4.3",
|
||||
"symfony/string": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/var-exporter": "~v6.0.19 || ~v6.4.4",
|
||||
"symfony/yaml": "~v6.0.19 || ~v6.4.3",
|
||||
"twig/twig": "~3.8.0",
|
||||
"symfony/process": "~v7.0.4 || ~v6.4.4",
|
||||
"symfony/service-contracts": "~3.4.1",
|
||||
"symfony/stopwatch": "~v6.4.3",
|
||||
"symfony/string": "~v6.4.4",
|
||||
"symfony/templating": "~v6.4.3",
|
||||
"symfony/var-exporter": "~v7.0.4 || ~v6.4.4",
|
||||
"symfony/yaml": "~v6.4.3",
|
||||
"twig/twig": "~v3.8.0",
|
||||
"webmozart/glob": "~4.7.0",
|
||||
"oxid-esales/oxideshop-ce": "v7.0.4"
|
||||
"oxid-esales/oxideshop-ce": "v7.1.0"
|
||||
},
|
||||
"replace": {
|
||||
"oxid-esales/oxideshop-metapackage-ce": "*"
|
||||
},
|
||||
"suggest": {
|
||||
"ddoe/wysiwyg-editor-module": "~v4.0.0",
|
||||
"eyeable/eye-able-oxid": "~v3.0.1",
|
||||
"makaira/oxid-connect-essential": "~2.1.2",
|
||||
"oxid-esales/gdpr-optin-module": "~v4.0.0",
|
||||
"oxid-esales/media-library-module": "~v1.0.0",
|
||||
"oxid-professional-services/usercentrics": "~v3.0.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user