From de550507de21d6557a57b97d904ad1e38722e27f Mon Sep 17 00:00:00 2001 From: Thibaut Selingue <7049020+thislg@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:34:07 +0100 Subject: [PATCH] fix: enable xdebug for php 8.5 --- compose.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2f0c6ba..ca62c8f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -43,7 +43,6 @@ services: build: args: <<: *build-args - 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