Update von 6.7.2.1 auf 6.7.2.2 bzw. 6.7.3.0

Leider funktioniert bei mir das Update von von 6.7.2.1 auf 6.7.2.2 bzw. 6.7.3.0 nicht.
Es gibt vergleichbare Beiträge - aber keiner davon hat mir geholfen.

In der composer.json stehen folgende Einträge:
….
„swag/paypal“: „10.1.0“,
„frosh/mail-platform-archive“: „3.5.1“,
……..

Zwei Plugins lassen sich nun updaten - es erscheint folgende Fehlermeldung:Could not execute „composer require“ for plugin "SwagPayPal (swag/paypal:10.1.1). Output: ./composer.json has been updated Running composer update swag/paypal --with-dependencies Loading composer repositories with package information Dependency shopware/core is also a root requirement. Package has not been listed as an update argument, so keeping locked at old version. Use --with-all-dependencies (-W) to include root dependencies. Updating dependencies Your requirements could not be resolved to an installable set of packages. Problem 1 - Root composer.json requires frosh/mail-platform-archive 3.5.1 (exact version match: 3.5.1 or 3.5.1.0), it is satisfiable by frosh/mail-platform-archive[3.5.1] from composer repo (https://repo.packagist.org) but frosh/mail-platform-archive[3.5.5] from path repo (custom/plugins/*) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo’s packages are not installable. See for details and assistance. Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions. Installation failed, reverting ./composer.json and ./composer.lock to their original content.Und wenn ich generell den Shop updaten will auf 6.7.2.2 bzw. 6.7.3.0 erscheint:Run Update preparations

pre-update-cmd: Symfony\Flex\Flex->configureInstaller
Loading composer repositories with package information
pre-pool-create: Symfony\Flex\Flex->truncatePackages
Updating dependencies
Dependency resolution completed in 0.034 seconds
Your requirements could not be resolved to an installable set of packages.

Problem 1

  • Root composer.json requires frosh/mail-platform-archive 3.5.1 (exact version match: 3.5.1 or 3.5.1.0), it is satisfiable by frosh/mail-platform-archive[3.5.1] from composer repo (https://repo.packagist.org) but frosh/mail-platform-archive[3.5.5] from path repo (custom/plugins/*) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo’s packages are not installable. See for details and assistance.
    Problem 2
  • Root composer.json requires swag/paypal 10.1.0 (exact version match: 10.1.0 or 10.1.0.0), it is satisfiable by swag/paypal[10.1.0] from composer repo (https://repo.packagist.org) but swag/paypal[10.1.1] from path repo (custom/plugins/*) has higher repository priority. The packages from the higher priority repository do not match your constraint and are therefore not installable. That repository is canonical so the lower priority repo’s packages are not installable. See for details and assistance.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

In der composer.json Versionen auf 3.5.5 bzw. 10.1.1 anpassen, dann sollte es gehen.

Oder einfach ein *, dann zieht sich composer nicht aktuellste Version, die mit Shopware kompatibel ist.

Vielen Dank für die schnelle Antwort. Aber das hatte ich schon ausprobiert, da es ja schon ähnliche Beiträge gab. Die composer.json habe ich abgeändert auf:
„frosh/mail-platform-archive“: „3.5.5“,
„swag/paypal“: „10.1.1“,

Trotzdem die gleiche Fehlermeldung:
Could not execute „composer require“ for plugin "FroshPlatformMailArchive (frosh/mail-platform-archive:3.5.5). Output: ./composer.json has been updated Running composer update frosh/mail-platform-archive – usw…..

Und die beiden Erweiterungen einfach deinstallieren und nach dem Upgrade wieder installieren ist keine Option? Die nachträgliche ist ja bei nur zwei Erweiterungen kein Problem.

Eventuell mal zusätzlich die composer.lock löschen. Und bei den Versionen einfach ein * anstatt eine Nummer.

Zuvor aber ein Backup erstellen!

Ja, das war die Lösung!
Bei den Versionen ein * anstatt der Nummer UND zusätzlich die composer.lock gelöscht.
Lief einwandfrei durch. Danke!