# Update von 6.7.2.1 auf 6.7.2.2 bzw. 6.7.3.0

**URL:** https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014
**Category:** Shopware 6 (German)
**Created:** [7. Oktober 2025 um 18:00 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014 "2025-10-07T18:00:56Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![flo-flo](https://avatars.discourse-cdn.com/v4/letter/f/91b2a8/32.png) [@flo-flo](https://forum.shopware.com/u/flo-flo)
#### Post date: [7. Oktober 2025 um 18:00 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/1 "2025-10-07T18:00:56Z")

</div>

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](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](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](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.

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [7. Oktober 2025 um 21:38 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/2 "2025-10-07T21:38:25Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![flo-flo](https://avatars.discourse-cdn.com/v4/letter/f/91b2a8/32.png) [@flo-flo](https://forum.shopware.com/u/flo-flo)
#### Post date: [8. Oktober 2025 um 16:16 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/3 "2025-10-08T16:16:59Z")

</div>

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…..

---

<div class="post-metadata">

### Author: ![raymond-de](https://avatars.discourse-cdn.com/v4/letter/r/7feea3/32.png) [@raymond-de](https://forum.shopware.com/u/raymond-de)
#### Post date: [8. Oktober 2025 um 17:13 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/4 "2025-10-08T17:13:44Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Max\_Shop](https://avatars.discourse-cdn.com/v4/letter/m/58f4c7/32.png) [@Max\_Shop](https://forum.shopware.com/u/Max_Shop)
#### Post date: [8. Oktober 2025 um 18:52 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/5 "2025-10-08T18:52:43Z")

</div>

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

Zuvor aber ein Backup erstellen!

---

<div class="post-metadata">

### Author: ![flo-flo](https://avatars.discourse-cdn.com/v4/letter/f/91b2a8/32.png) [@flo-flo](https://forum.shopware.com/u/flo-flo)
#### Post date: [9. Oktober 2025 um 16:50 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/6 "2025-10-09T16:50:10Z")

</div>

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!

---

<div class="post-metadata">

### Author: ![system](https://europe1.discourse-cdn.com/flex013/uploads/shopware/original/3X/2/9/29c7587ba660f00e4995d1743162782e5d6d8653.svg) [@system](https://forum.shopware.com/u/system)
#### Post date: [8. November 2025 um 16:51 UTC](https://forum.shopware.com/t/update-von-6-7-2-1-auf-6-7-2-2-bzw-6-7-3-0/108014/7 "2025-11-08T16:51:01Z")

</div>

Dieses Thema wurde automatisch 30 Tage nach der letzten Antwort geschlossen. Es sind keine neuen Antworten mehr erlaubt.
