Skip to content

Commit

Permalink
feat: Update alpine-php-composer devcontainer feature to version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Aug 23, 2024
1 parent c71bd10 commit 6264567
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.6",
"version": "0.0.7",
"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.7.7",
"default": "2.7.8",
"description": "Version of composer to install",
"proposals": [
"2.7.7",
"2.7.8",
"2.6.6",
"2.2.24"
]
Expand Down

0 comments on commit 6264567

Please sign in to comment.