Ich hab das folgende Problem mit einer Contao 4.7.4 Version die bei Strato gehostet ist.
Wenn ich Contao Manager aufrufe bekomme ich folgenden Hinweis
Bildschirmfoto vom 2021-02-22 18-53-33.png
Nachdem ich "Änderungen anwenden" bestätige bekomme ich folgende Fehlermeldung:
PHP-Code:
composer update contao-components/installer contao/conflicts
> Resolving dependencies using Composer Cloud v3.0.0
!!! Current server is sponsored by: Contao Association !!!
[6.3MiB/0.24s] Loading composer repositories with package information
[7.0MiB/0.42s] Updating dependencies
[8.4MiB/0.46s] Your requirements could not be resolved to an installable set of packages.
[8.4MiB/0.46s]
Problem 1
- ocramius/package-versions 1.4.0 requires composer-plugin-api ^1.0.0 -> found composer-plugin-api[2.0.0] but it does not match the constraint.
- contao/calendar-bundle 4.7.4 requires contao/core-bundle 4.7.4 -> satisfiable by contao/core-bundle[4.7.4].
- contao/core-bundle 4.7.4 requires ocramius/package-versions ^1.2 -> satisfiable by ocramius/package-versions[1.4.0].
- contao/calendar-bundle is locked to version 4.7.4 and an update of this package was not requested.
<warning>ocramius/package-versions only provides support for Composer 2 in 1.8+, which requires PHP 7.4.</warning>
If you can not upgrade PHP you can require composer/package-versions-deprecated to resolve this with PHP 7.0+.
You are using Composer 2, which some of your plugins seem to be incompatible with. Make sure you update your plugins or report a plugin-issue to ask them to support Composer 2.
[8.4MiB/0.46s] <warning>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.</warning>
[7.1MiB/0.46s] Memory usage: 7.1MB (peak: 9.18MB), time: 0.47s.
[7.1MiB/0.46s] Finished Composer Cloud resolving.
# Cloud Job ID cLD4mqmDMEGW0pzdUbWphLNJRDMBwUxG7nbllJHWrorpSzHhyQGnhQCqmkliDOYygGnANuZ3WuFYFXWvuhUrEUqTuWB7FKb95ADOY5GBo4 failed
Die PHP Version ist 7.4.15
Was kann ich hier unternehmen? HAt jemand einen Tipp für mich?