Skip to content

Commit 35a239c

Browse files
committed
update default composer version to 2.9.3
1 parent b5f9c07 commit 35a239c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/alpine-php-composer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

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.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
}

0 commit comments

Comments
 (0)