We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aff5b6 commit 56e0e28Copy full SHA for 56e0e28
.devcontainer/devcontainer.json
@@ -3,7 +3,7 @@
3
{
4
"name": "PHP",
5
// 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",
+ "image": "mcr.microsoft.com/devcontainers/php:1-8.4-bullseye",
7
8
// Features to add to the dev container. More info: https://containers.dev/features.
9
"features": {
@@ -16,7 +16,7 @@
16
// Configure properties specific to VS Code.
17
"vscode": {
18
"extensions": [
19
- "ikappas.composer",
+ "DEVSENSE.composer-php-vscode",
20
"editorconfig.editorconfig",
21
"junstyle.php-cs-fixer",
22
"ms-vscode.makefile-tools",
0 commit comments