This commit is contained in:
parent
a7b9b9ea67
commit
620348a305
1 changed files with 0 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
||||||
{
|
|
||||||
"id": "php",
|
|
||||||
"version": "3.1.0",
|
|
||||||
"name": "PHP",
|
|
||||||
"description": "Develop PHP based applications. Includes needed tools, extensions, and dependencies.",
|
|
||||||
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php",
|
|
||||||
"publisher": "Dev Container Spec Maintainers",
|
|
||||||
"licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE",
|
|
||||||
"options": {
|
|
||||||
"imageVariant": {
|
|
||||||
"type": "string",
|
|
||||||
"description": "PHP version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
|
|
||||||
"proposals": [
|
|
||||||
"8-bookworm",
|
|
||||||
"8.2-bookworm",
|
|
||||||
"8.1-bookworm",
|
|
||||||
"8-bullseye",
|
|
||||||
"8.2-bullseye",
|
|
||||||
"8.1-bullseye",
|
|
||||||
"8-buster",
|
|
||||||
"8.2-buster",
|
|
||||||
"8.1-buster"
|
|
||||||
],
|
|
||||||
"default": "8.2-bullseye"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"platforms": [
|
|
||||||
"PHP"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue