Skip to content

Commit

Permalink
chore: Update Alpine-php-xdebug devcontainer feature version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Jun 21, 2024
1 parent 41115ee commit 0382bea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/alpine-php-xdebug/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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"
]
}
}
Expand Down

0 comments on commit 0382bea

Please sign in to comment.