Skip to content

Commit 54338d4

Browse files
committed
update default xdebug version to 3.5.1
1 parent 2f4b770 commit 54338d4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

src/alpine-php-xdebug/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installs php xdebug on alpine
1515

1616
| Options Id | Description | Type | Default Value |
1717
|-----|-----|-----|-----|
18-
| version | Version of xdebug to install | string | 3.4.5 |
18+
| version | Version of xdebug to install | string | 3.5.1 |
1919

2020
## Customizations
2121

src/alpine-php-xdebug/devcontainer-feature.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "alpine-php-xdebug",
33
"id": "alpine-php-xdebug",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"description": "Installs php xdebug on alpine",
66
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-xdebug",
77
"options": {
88
"version": {
99
"type": "string",
10-
"default": "3.4.5",
10+
"default": "3.5.1",
1111
"description": "Version of xdebug to install",
1212
"proposals": [
13-
"3.4.5",
13+
"3.5.1",
14+
"3.4.7",
1415
"3.3.2",
1516
"3.2.2",
1617
"3.1.6",

0 commit comments

Comments
 (0)