From 0aebaa4a7b90e4bf8474e3db15f98b9443548cda Mon Sep 17 00:00:00 2001 From: Thibaut Selingue <7049020+thislg@users.noreply.github.com> Date: Thu, 27 Nov 2025 14:29:23 +0100 Subject: [PATCH] fix: enable imagick for php 8.5 --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 7b40710..2f0c6ba 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,7 +43,7 @@ services: build: args: <<: *build-args - PHP_EXTENSIONS: "@composer apcu exif gd intl memcached opcache pdo_mysql pdo_pgsql pgsql soap zip" # remove after imagick and xdebug are fixed + PHP_EXTENSIONS: "@composer apcu exif gd imagick intl memcached opcache pdo_mysql pdo_pgsql pgsql soap zip" # remove after xdebug is fixed PHP_VERSION: "8.5" PHP_TIMEZONE: "UTC" x-bake: *build-x-bake