Skip to content

feat(gl-1): Change imagick php8 workaround & install via pecl

Emanuel Jacob requested to merge issue/1 into master

This MR replaces the workaround for installing imagick 3.4.4, which was originally added because not php8 compatible version was available on pecl. the current version (3.5.5) should be fine, so we can just take the version provided by pecl.

see #1 for further information closes #1

Edited by Emanuel Jacob

Merge request reports