From a7b9b9ea676654aca34e52095c215cd88d0f7ef3 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Fri, 12 Apr 2024 10:32:52 +0000 Subject: [PATCH] =?UTF-8?q?devcontainer.json=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devcontainer.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 devcontainer.json diff --git a/devcontainer.json b/devcontainer.json new file mode 100644 index 0000000..92960f0 --- /dev/null +++ b/devcontainer.json @@ -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" + ] +} \ No newline at end of file