Skip to content

Commit

Permalink
update php composer version to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Nov 18, 2024
1 parent 885cc2c commit ec65bbf
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.12",
"version": "0.0.13",
"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.2",
"default": "2.8.3",
"description": "Version of composer to install",
"proposals": [
"2.8.2",
"2.8.3",
"2.7.9",
"2.6.6",
"2.2.24"
Expand Down

0 comments on commit ec65bbf

Please sign in to comment.