Skip to content

fix: polyfill 7.* required because of installer requirement

Henning Leutz requested to merge next into master

Since QUIQQER still supports PHP 7.4, the installer must be run in PHP 7.4. Thereby the dependency to an old symfony console version exists which has the polyfill 7.3 as dependency.

Merge request reports