Skip to content

Commit

Permalink
Merge pull request #6064 from KentarouTakeda/patch-1
Browse files Browse the repository at this point in the history
VSCode Dev Containersで開発を行う際のPHPバージョンを更新
  • Loading branch information
dotani1111 authored Nov 15, 2023
2 parents f595142 + 069bea0 commit 103a42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"service": "ec-cube",
"workspaceFolder": "/var/www/html",
"settings": {
"intelephense.environment.phpVersion": "7.3",
"intelephense.environment.phpVersion": "7.4",
"php-cs-fixer.allowRisky": false,
"php-cs-fixer.config": "/var/www/html/.php_cs.dist",
"php-cs-fixer.executablePath": "/var/www/html/vendor/bin/php-cs-fixer",
Expand Down

0 comments on commit 103a42c

Please sign in to comment.