Hallo,
unser Shop (Version 6.4.20.2), soll auf Version 6.5 aktualisiert werden. Es sind alle Plugins deaktiviert und das Shopware Standard Theme gesetzt.
Das Core-Update bricht mit folgender Fehlermeldung ab:
Run Update preparations
Composer could not detect the root package (shopware/production) version, defaulting to '1.0.0'. See https://getcomposer.org/root-version
Loading composer repositories with package information
Updating dependencies
Dependency resolution completed in 0.001 seconds
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires shopware/administration 6.5.0.0 -> satisfiable by shopware/administration[6.5.0.0].
- shopware/administration 6.5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.3; overridden via config.platform, actual: 8.2.22) does not satisfy that requirement.
Problem 2
- Root composer.json requires shopware/core 6.5.0.0 -> satisfiable by shopware/core[6.5.0.0].
- shopware/core 6.5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.3; overridden via config.platform, actual: 8.2.22) does not satisfy that requirement.
Problem 3
- Root composer.json requires shopware/elasticsearch 6.5.0.0 -> satisfiable by shopware/elasticsearch[6.5.0.0].
- shopware/elasticsearch 6.5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.3; overridden via config.platform, actual: 8.2.22) does not satisfy that requirement.
Problem 4
- Root composer.json requires shopware/storefront 6.5.0.0 -> satisfiable by shopware/storefront[6.5.0.0].
- shopware/storefront 6.5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.3; overridden via config.platform, actual: 8.2.22) does not satisfy that requirement.
Problem 5
- shopware/conflicts 0.1.22 requires shopware/core * -> satisfiable by shopware/core[6.5.0.0].
- shopware/conflicts 0.2.0 requires shopware/core >=6.6.4.0 -> found shopware/core[v6.6.4.0, v6.6.4.1, v6.6.5.0, v6.6.5.1] but it conflicts with your root composer.json require (6.5.0.0).
- shopware/core 6.5.0.0 requires php ~8.1.0 || ~8.2.0 -> your php version (7.4.3; overridden via config.platform, actual: 8.2.22) does not satisfy that requirement.
- Root composer.json requires shopware/conflicts >=0.1.22 -> satisfiable by shopware/conflicts[0.1.22, 0.2.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Kann mir jemand einen Hinweis geben, wo es da klemmt? Das mit php-Version 7.4.3 ist merkwürdig, weil PHP Version 8.2. für die Domain gesetzt ist.