From 0382bea0380498e03d103af3f33e7ae10eb4d75d Mon Sep 17 00:00:00 2001 From: cirolosapio Date: Fri, 21 Jun 2024 12:41:18 +0200 Subject: [PATCH] chore: Update Alpine-php-xdebug devcontainer feature version to 0.0.3 --- src/alpine-php-xdebug/devcontainer-feature.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/alpine-php-xdebug/devcontainer-feature.json b/src/alpine-php-xdebug/devcontainer-feature.json index 72aeba1..b49799c 100644 --- a/src/alpine-php-xdebug/devcontainer-feature.json +++ b/src/alpine-php-xdebug/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "alpine-php-xdebug", "id": "alpine-php-xdebug", - "version": "0.0.2", + "version": "0.0.3", "description": "Installs php xdebug on alpine", "documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-xdebug", "options": { @@ -11,7 +11,10 @@ "description": "Version of xdebug to install", "proposals": [ "3.3.2", - "3.2.2" + "3.2.2", + "3.1.6", + "3.0.4", + "2.9.8" ] } }