Skip to content

Commit

Permalink
update default composer version to 2.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Dec 12, 2024
1 parent 8ad1d04 commit 4115cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/alpine-php-composer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "alpine-php-composer",
"id": "alpine-php-composer",
"version": "0.0.13",
"version": "0.0.14",
"description": "Installs php composer on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-composer",
"options": {
"version": {
"type": "string",
"default": "2.8.3",
"default": "2.8.4",
"description": "Version of composer to install",
"proposals": [
"2.8.3",
"2.8.4",
"2.7.9",
"2.6.6",
"2.2.24"
"2.2.25"
]
}
}
Expand Down

0 comments on commit 4115cbd

Please sign in to comment.