Skip to content

Commit 56e0e28

Browse files
garrettwderickr
authored andcommitted
updated php version and composer extension
1 parent 9aff5b6 commit 56e0e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "PHP",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6-
"image": "mcr.microsoft.com/devcontainers/php:1-8.2-bullseye",
6+
"image": "mcr.microsoft.com/devcontainers/php:1-8.4-bullseye",
77

88
// Features to add to the dev container. More info: https://containers.dev/features.
99
"features": {
@@ -16,7 +16,7 @@
1616
// Configure properties specific to VS Code.
1717
"vscode": {
1818
"extensions": [
19-
"ikappas.composer",
19+
"DEVSENSE.composer-php-vscode",
2020
"editorconfig.editorconfig",
2121
"junstyle.php-cs-fixer",
2222
"ms-vscode.makefile-tools",

0 commit comments

Comments
 (0)