Author: Garrett W. (garrettw) Committer: Derick Rethans (derickr) Date: 2025-07-31T17:45:27+01:00
Commit: https://github.com/php/web-php/commit/56e0e2814f776708c452d3d4c96ffa20eb0d51cb Raw diff: https://github.com/php/web-php/commit/56e0e2814f776708c452d3d4c96ffa20eb0d51cb.diff updated php version and composer extension Changed paths: M .devcontainer/devcontainer.json Diff: diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 70337886c2..242ad11d99 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",