Probleme Update auf 6.6.0.2

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?

Öffnen Sie Ihre composer.json und stellen Sie sicher, dass Sie alle v6.5.8.7 in v6.6.0.2 geändert haben
Suchen Sie symfony/stopwatch und ändern Sie die Version auf ~7.0.0
Führen Sie dann composer update aus.

Sie können die Paketversionen, die Shopware v6.6.0.2 verwendet, hier finden shopware/composer.json at v6.6.0.2 · shopware/shopware · GitHub