This commit is contained in:
parent
b6f2f9a1f7
commit
a7b9b9ea67
1 changed files with 30 additions and 0 deletions
30
devcontainer.json
Normal file
30
devcontainer.json
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"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