1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

updated php version and composer extension

This commit is contained in:
Garrett W.
2025-07-27 16:26:01 +00:00
committed by Derick Rethans
parent 9aff5b6e78
commit 56e0e2814f

View File

@@ -3,7 +3,7 @@
{
"name": "PHP",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/php:1-8.2-bullseye",
"image": "mcr.microsoft.com/devcontainers/php:1-8.4-bullseye",
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
@@ -16,7 +16,7 @@
// Configure properties specific to VS Code.
"vscode": {
"extensions": [
"ikappas.composer",
"DEVSENSE.composer-php-vscode",
"editorconfig.editorconfig",
"junstyle.php-cs-fixer",
"ms-vscode.makefile-tools",