Skip to content

Commit

Permalink
Bump alpine-php-composer version to 0.0.12 and update default compose…
Browse files Browse the repository at this point in the history
…r version to 2.8.2
  • Loading branch information
cirolosapio committed Oct 29, 2024
1 parent e405638 commit e7e0e94
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/alpine-php-composer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
{
"name": "alpine-php-composer",
"id": "alpine-php-composer",
"version": "0.0.10",
"version": "0.0.12",
"description": "Installs php composer on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-composer",
"containerEnv": {
"PATH": "~/.config/composer/vendor/bin:$PATH"
},
"options": {
"version": {
"type": "string",
"default": "2.8.1",
"default": "2.8.2",
"description": "Version of composer to install",
"proposals": [
"2.8.1",
"2.8.2",
"2.7.9",
"2.6.6",
"2.2.24"
Expand Down

0 comments on commit e7e0e94

Please sign in to comment.