Create devcontainer.json

This commit is contained in:
2025-05-05 12:34:04 +02:00
committed by GitHub
parent f1fe827337
commit 0cd23f906e

View File

@@ -0,0 +1,6 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {"ghcr.io/devcontainers/features/php:1": {
"version": "8.3"
}}
}