Skip to content

Commit

Permalink
update default composer version to 2.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Jan 24, 2025
1 parent e0c9677 commit c62504d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/alpine-php-composer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "alpine-php-composer",
"id": "alpine-php-composer",
"version": "0.0.14",
"version": "0.0.15",
"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.4",
"default": "2.8.5",
"description": "Version of composer to install",
"proposals": [
"2.8.4",
"2.8.5",
"2.7.9",
"2.6.6",
"2.2.25"
Expand Down

0 comments on commit c62504d

Please sign in to comment.