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.