Skip to content

Commit

Permalink
chore: Update devcontainer feature versions for Alpine PHP Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed May 5, 2024
1 parent 1d9c70a commit 6665a01
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.4",
"version": "0.0.5",
"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.5",
"default": "2.7.6",
"description": "Version of composer to install",
"proposals": [
"2.7.5",
"2.7.6",
"2.6.6"
]
}
Expand Down

0 comments on commit 6665a01

Please sign in to comment.