We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf43b2 commit 1fd1a5aCopy full SHA for 1fd1a5a
1 file changed
src/alpine-php-composer/devcontainer-feature.json
@@ -1,20 +1,20 @@
1
{
2
"name": "alpine-php-composer",
3
"id": "alpine-php-composer",
4
- "version": "0.0.28",
+ "version": "0.0.29",
5
"description": "Installs php composer on alpine",
6
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-composer",
7
"options": {
8
"version": {
9
"type": "string",
10
- "default": "2.9.5",
+ "default": "2.9.7",
11
"description": "Version of composer to install",
12
"proposals": [
13
- "2.9.5",
+ "2.9.7",
14
"2.8.12",
15
"2.7.9",
16
"2.6.6",
17
- "2.2.26"
+ "2.2.27"
18
]
19
}
20
0 commit comments