Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/4.1-feature' into feature/supp…
Browse files Browse the repository at this point in the history
…ort_option_require_kana
  • Loading branch information
kiy0taka committed Mar 2, 2021
2 parents cafcfe9 + c6c9318 commit 72c3934
Show file tree
Hide file tree
Showing 194 changed files with 16,854 additions and 2,748 deletions.
25 changes: 25 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "eccube",
"dockerComposeFile": [
"../docker-compose.yml"
],
"service": "ec-cube",
"workspaceFolder": "/var/www/html",
"settings": {
"intelephense.environment.phpVersion": "7.3",
"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",
"php-cs-fixer.lastDownload": 0,
"php-cs-fixer.onsave": true,
"php.suggest.basic": false,
"php.validate.enable": false,
"terminal.integrated.shell.linux": null
},
"extensions": [
"junstyle.php-cs-fixer",
"bmewburn.vscode-intelephense-client",
"mblode.twig-language-2",
"EditorConfig.EditorConfig"
]
}
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ indent_size = 4
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[codeception/**.{yml,yaml}]
indent_style = space
indent_size = 4
Expand Down
6 changes: 4 additions & 2 deletions .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
# For production servers, use: "APP_ENV=prod" and "APP_DEBUG=0"
# For local development, use: "APP_ENV=dev" and "APP_DEBUG=1"
APP_ENV=prod
APP_DEBUG=0
#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
#TRUSTED_HOSTS=localhost,example.com
###< symfony/framework-bundle ###
Expand Down
2 changes: 1 addition & 1 deletion .env.install
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###> symfony/framework-bundle ###
APP_ENV=install
APP_DEBUG=1
APP_DEBUG=0
###< symfony/framework-bundle ###

0 comments on commit 72c3934

Please sign in to comment.