We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b14b0 commit 5b5147eCopy full SHA for 5b5147e
1 file changed
src/alpine-php-composer/devcontainer-feature.json
@@ -1,15 +1,16 @@
1
{
2
"name": "alpine-php-composer",
3
"id": "alpine-php-composer",
4
- "version": "0.0.22",
+ "version": "0.0.23",
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.8.12",
+ "default": "2.9.0",
11
"description": "Version of composer to install",
12
"proposals": [
13
+ "2.9.0",
14
"2.8.12",
15
"2.7.9",
16
"2.6.6",
0 commit comments