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 composer on alpine
1515
1616| Options Id | Description | Type | Default Value |
1717| -----| -----| -----| -----|
18- | version | Version of composer to install | string | 2.9.2 |
18+ | version | Version of composer to install | string | 2.9.3 |
1919
2020
2121
Original file line number Diff line number Diff line change 11{
22 "name" : " alpine-php-composer" ,
33 "id" : " alpine-php-composer" ,
4- "version" : " 0.0.25 " ,
4+ "version" : " 0.0.26 " ,
55 "description" : " Installs php composer on alpine" ,
66 "documentationURL" : " https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-composer" ,
77 "options" : {
88 "version" : {
99 "type" : " string" ,
10- "default" : " 2.9.2 " ,
10+ "default" : " 2.9.3 " ,
1111 "description" : " Version of composer to install" ,
1212 "proposals" : [
13- " 2.9.2 " ,
13+ " 2.9.3 " ,
1414 " 2.8.12" ,
1515 " 2.7.9" ,
1616 " 2.6.6" ,
17- " 2.2.25 "
17+ " 2.2.26 "
1818 ]
1919 }
2020 }
You can’t perform that action at this time.
0 commit comments