Merge pull request #738

This commit is contained in:
symfony-flex-server[bot]
2020-03-29 16:24:56 +00:00
committed by GitHub
9 changed files with 23 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
../../3.3/config/bootstrap.php
@@ -0,0 +1 @@
../../../3.3/config/packages/cache.yaml
@@ -0,0 +1,15 @@
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
#http_method_override: true
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
handler_id: null
cookie_samesite: lax
#esi: true
#fragments: true
php_errors:
log: true
+1
View File
@@ -0,0 +1 @@
../../../3.3/config/packages/test/
+1
View File
@@ -0,0 +1 @@
../../3.3/config/services.yaml
+1
View File
@@ -0,0 +1 @@
../3.3/manifest.json
+1
View File
@@ -0,0 +1 @@
../3.3/post-install.txt
+1
View File
@@ -0,0 +1 @@
../3.3/public/
+1
View File
@@ -0,0 +1 @@
../3.3/src/