Skip to content

Commit 5b5147e

Browse files
committed
update default composer version to 2.9.0
1 parent f9b14b0 commit 5b5147e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "alpine-php-composer",
33
"id": "alpine-php-composer",
4-
"version": "0.0.22",
4+
"version": "0.0.23",
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.8.12",
10+
"default": "2.9.0",
1111
"description": "Version of composer to install",
1212
"proposals": [
13+
"2.9.0",
1314
"2.8.12",
1415
"2.7.9",
1516
"2.6.6",

0 commit comments

Comments
 (0)