Danke, Spooky!
OK, ich hab ^2.2.6 required, dann kommt beim Testlauf eine Fehlermeldung:
Offenbar klemmt es hier: - Conclusion: don't install psr/log 3.0.2 (conflict analysis result)
Die ganze Meldung:
Code:
Resolving dependencies using Composer Cloud v3.8.1
[7.7MiB/0.17s] Loading composer repositories with package information
[104.3MiB/12.37s] Updating dependencies
[227.7MiB/13.73s] Your requirements could not be resolved to an installable set of packages.
[227.7MiB/13.73s]
Problem 1
- Root composer.json requires martin-kozianka/contao-fullcalendar ^2.0 -> satisfiable by martin-kozianka/contao-fullcalendar[2.0.0, 2.0.1, 2.0.2].
- Root composer.json requires terminal42/notification_center ^2.2.6 -> satisfiable by terminal42/notification_center[2.2.6].
- martin-kozianka/contao-fullcalendar[2.0.0, ..., 2.0.2] require sabre/dav ~3.2 -> satisfiable by sabre/dav[3.2.0, 3.2.1, 3.2.2, 3.2.3].
- sabre/dav[3.2.0, ..., 3.2.3] require psr/log ^1.0 -> satisfiable by psr/log[1.0.0, ..., 1.1.4].
- terminal42/notification_center 2.2.6 requires psr/log ^2.0 || ^3.0 -> satisfiable by psr/log[2.0.0, 3.0.0, 3.0.1, 3.0.2].
- Conclusion: don't install psr/log 3.0.2 (conflict analysis result)
- You can only install one version of a package, so only one of these can be installed: psr/log[1.0.0, ..., 1.1.4, 2.0.0, 3.0.0, 3.0.1, 3.0.2].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
[227.7MiB/13.73s] <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>
[70.8MiB/13.95s] Memory usage: 70.77MB (peak: 240.72MB), time: 13.96s.
[70.8MiB/13.96s] Finished Composer Cloud resolving.
Verstehe ich es richtig, dass martin-kozianka/contao-fullcalendar und das NC verschiedene Versionen von psr/log brauchen und deshalb nicht kompatibel sind?
Vom Fullcalendar gibt es eine neue Version, die aber anderen Code ausgibt. Dann müsste ich einiges an CSS für den Kalender neu schreiben.