Skip to content

Commit

Permalink
update default xdebug version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Dec 20, 2024
1 parent 4115cbd commit 2355aee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/alpine-php-xdebug/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "alpine-php-xdebug",
"id": "alpine-php-xdebug",
"version": "0.0.5",
"version": "0.0.6",
"description": "Installs php xdebug on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-xdebug",
"options": {
"version": {
"type": "string",
"default": "3.3.2",
"default": "3.4.0",
"description": "Version of xdebug to install",
"proposals": [
"3.4.0",
"3.3.2",
"3.2.2",
"3.1.6",
Expand Down

0 comments on commit 2355aee

Please sign in to comment.