Skip to content

Commit 1fd1a5a

Browse files
committed
bump version to 0.0.29 and update default composer version to 2.9.7
1 parent 2bf43b2 commit 1fd1a5a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "alpine-php-composer",
33
"id": "alpine-php-composer",
4-
"version": "0.0.28",
4+
"version": "0.0.29",
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.5",
10+
"default": "2.9.7",
1111
"description": "Version of composer to install",
1212
"proposals": [
13-
"2.9.5",
13+
"2.9.7",
1414
"2.8.12",
1515
"2.7.9",
1616
"2.6.6",
17-
"2.2.26"
17+
"2.2.27"
1818
]
1919
}
2020
}

0 commit comments

Comments
 (0)