Website/devcontainer.json
Snoweuph a7b9b9ea67
Some checks failed
Quality Check / Check (push) Failing after 15s
devcontainer.json hinzugefügt
2024-04-12 10:32:52 +00:00

30 lines
No EOL
983 B
JSON

{
"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"
]
}