Hallo, bin mal wieder beim updaten, von 6.5.2 auf 7.1.0
Leider erhalte ich jene Meldung nach ‘composer update --no-plugins --no-scripts --no-dev’
`Your requirements could not be resolved to an installable set of packages.
Problem 1
- symfony/process[v4.4.0, ..., v4.4.10] require php ^7.1.3 -> your php version (8.1.29) does not satisfy that requirement.
- symfony/process[v5.0.0, ..., v5.0.8] require php ^7.2.5 -> your php version (8.1.29) does not satisfy that requirement.
- symfony/process[v7.0.0, ..., v7.1.3] require php >=8.2 -> your php version (8.1.29) does not satisfy that requirement.
- Root composer.json requires oxid-esales/oxideshop-metapackage-ce v7.1.0 -> satisfiable by oxid-esales/oxideshop-metapackage-ce[v7.1.0].
- titasgailius/terminal 0.2.7 requires symfony/process ^4.4.2|^5.0 -> satisfiable by symfony/process[v4.4.2, ..., v4.4.44, v5.0.0, ..., v5.4.40].
- You can only install one version of a package, so only one of these can be installed: symfony/process[v2.1.0, ..., v2.8.52, v3.0.0, ..., v3.4.47, v4.0.0, ..., v4.4.44, v5.0.0, ..., v5.4.40, v6.0.0, ..., v6.4.8, v7.0.0, ..., v7.1.3].
- aggrosoft/oxid-composer-manager[2.0.0, ..., 2.0.1] require titasgailius/terminal ^0.2.7 -> satisfiable by titasgailius/terminal[0.2.7].
- oxid-esales/oxideshop-metapackage-ce v7.1.0 requires symfony/process v7.0.4 || v6.4.4 -> satisfiable by symfony/process[v6.4.4, v7.0.4].
- Root composer.json requires aggrosoft/oxid-composer-manager ^2.0 -> satisfiable by aggrosoft/oxid-composer-manager[2.0.0, 2.0.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
`
Was kann soll ich tun damit das update erfolgreich durchgeführt wird