Implizites PHP 8.2 Requirement durch Abhängigkeiten
Das Problem bei den Abhängigkeiten ist folgendes:
Problem 1
- symfony/http-foundation[v7.0.0-BETA1, ..., 7.2.x-dev] require php >=8.2 -> your php version (8.1.29) does not satisfy that requirement.
- quiqqer/core[2.0.0, ..., 2.0.15] require symfony/http-foundation ^7 -> satisfiable by symfony/http-foundation[v7.0.0-BETA1, ..., 7.2.x-dev].
- Root composer.json requires quiqqer/core 2.* -> satisfiable by quiqqer/core[2.0.0, ..., 2.0.15].
Wir erzwingen durch die symfony/http-foundation: ^7
Abhängigkeit also indirekt PHP 8.2
Bis vor einem Monat war noch Version 2.3 - 7
erlaubt: 0d713c6a
Es sollte reichen das Requirement auf ^6
zu setzen.
Version 6 erlaubt noch PHP 8.1
von Jan Wennrich bearbeitet