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