ich bin dabei, per composer ein Update von 5.5.8.7 auf 6.6.0.2 durchzuführen. Folgende Fehlermeldungen bekommen ich
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires shopware/administration 6.5.8.7 -> satisfiable by shopware/administration[v6.5.8.7].
- shopware/administration v6.5.8.7 requires shopware/core v6.5.8.7 -> found shopware/core[v6.5.8.7] but it conflicts with your root composer.json require (6.6.0.2).
Problem 2
- Root composer.json requires shopware/core 6.6.0.2 -> satisfiable by shopware/core[v6.6.0.2].
- shopware/core v6.6.0.2 requires symfony/stopwatch ~7.0.0 -> found symfony/stopwatch[v7.0.0, v7.0.3] but it conflicts with your root composer.json require (^5.0|^6.0).
Problem 3
- Root composer.json requires shopware/elasticsearch 6.5.8.7 -> satisfiable by shopware/elasticsearch[v6.5.8.7].
- shopware/elasticsearch v6.5.8.7 requires shopware/core v6.5.8.7 -> found shopware/core[v6.5.8.7] but it conflicts with your root composer.json require (6.6.0.2).
Problem 4
- Root composer.json requires shopware/storefront 6.5.8.7 -> satisfiable by shopware/storefront[v6.5.8.7].
- shopware/storefront v6.5.8.7 requires shopware/core v6.5.8.7 -> found shopware/core[v6.5.8.7] but it conflicts with your root composer.json require (6.6.0.2).
PHP8.2 und MySQL8. Wo liegt meiner Fehler?