Beim Updateversuch bekomme ich folgende Fehlermeldung:
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.001 seconds
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ext-redis is present at version 6.0.2 and cannot be modified by Composer
- Root composer.json requires shopware/administration 6.7.7.0 → satisfiable by shopware/administration[v6.7.7.0].
- shopware/administration v6.7.7.0 requires symfony/cache ~7.4.0 → satisfiable by symfony/cache[v7.4.0, v7.4.1, v7.4.3, v7.4.4, v7.4.5].
- symfony/cache[v7.4.0, v7.4.1, v7.4.3, v7.4.4, v7.4.5] conflict with ext-redis <6.1.
To enable extensions, verify that they are enabled in your .ini files:- /opt/php-8.3/lib/php.ini
- /opt/php-8.3/lib/mods-enabled/05-opcache.ini
- /opt/php-8.3/lib/mods-enabled/20-amqp.ini
- /opt/php-8.3/lib/mods-enabled/20-apcu.ini
- /opt/php-8.3/lib/mods-enabled/20-brotli.ini
- /opt/php-8.3/lib/mods-enabled/20-decimal.ini
- /opt/php-8.3/lib/mods-enabled/20-imagemagick.ini
- /opt/php-8.3/lib/mods-enabled/20-mailparse.ini
- /opt/php-8.3/lib/mods-enabled/20-memcached.ini
- /opt/php-8.3/lib/mods-enabled/20-mongodb.ini
- /opt/php-8.3/lib/mods-enabled/20-mysqlnd_ed25519.ini
- /opt/php-8.3/lib/mods-enabled/20-oauth.ini
- /opt/php-8.3/lib/mods-enabled/20-redis.ini
- /opt/php-8.3/lib/mods-enabled/20-sodium.ini
- /opt/php-8.3/lib/mods-enabled/20-ssh2.ini
- /opt/php-8.3/lib/mods-enabled/20-tideways.ini
- /opt/php-8.3/lib/mods-enabled/20-yaml.ini
- /opt/php-8.3/lib/mods-enabled/20-zstd.ini
You can also runphp --iniin a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with--ignore-platform-req=ext-redisto temporarily ignore these required extensions.
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
{„success“:false}
Was sollte/kann ich als einfacher Anwender tun, ohne in irgendwelchen Dateien rumzuwurschteln, von denen ich keine Ahnung habe. Auf 6.7.7.1 warten?
Und natürlich hatten alle Erweiterungen einen grünen Haken was das Update betrifft.
Danke und Grüße
Ralf