File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments