From 3d745782473a9d1200b36a8db4c57366261caed2 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Thu, 22 Feb 2024 10:09:38 +0000 Subject: [PATCH] set GitHub codespace environment container to PHP (8.2) --- .devcontainer/devcontainer.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..8cf0e89 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,3 @@ +{ + "image": "mcr.microsoft.com/devcontainers/php" +} \ No newline at end of file