diff --git a/symfony/framework-bundle/3.4/config/bootstrap.php b/symfony/framework-bundle/3.4/config/bootstrap.php new file mode 120000 index 000000000..818109208 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/bootstrap.php @@ -0,0 +1 @@ +../../3.3/config/bootstrap.php \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/packages/cache.yaml b/symfony/framework-bundle/3.4/config/packages/cache.yaml new file mode 120000 index 000000000..a8816e955 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/packages/cache.yaml @@ -0,0 +1 @@ +../../../3.3/config/packages/cache.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/packages/framework.yaml b/symfony/framework-bundle/3.4/config/packages/framework.yaml new file mode 100644 index 000000000..f5325764a --- /dev/null +++ b/symfony/framework-bundle/3.4/config/packages/framework.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 diff --git a/symfony/framework-bundle/3.4/config/packages/test b/symfony/framework-bundle/3.4/config/packages/test new file mode 120000 index 000000000..8761a0221 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/packages/test @@ -0,0 +1 @@ +../../../3.3/config/packages/test/ \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/config/services.yaml b/symfony/framework-bundle/3.4/config/services.yaml new file mode 120000 index 000000000..d047ff7f1 --- /dev/null +++ b/symfony/framework-bundle/3.4/config/services.yaml @@ -0,0 +1 @@ +../../3.3/config/services.yaml \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/manifest.json b/symfony/framework-bundle/3.4/manifest.json new file mode 120000 index 000000000..ae0cf2332 --- /dev/null +++ b/symfony/framework-bundle/3.4/manifest.json @@ -0,0 +1 @@ +../3.3/manifest.json \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/post-install.txt b/symfony/framework-bundle/3.4/post-install.txt new file mode 120000 index 000000000..bba626e07 --- /dev/null +++ b/symfony/framework-bundle/3.4/post-install.txt @@ -0,0 +1 @@ +../3.3/post-install.txt \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/public b/symfony/framework-bundle/3.4/public new file mode 120000 index 000000000..909d70944 --- /dev/null +++ b/symfony/framework-bundle/3.4/public @@ -0,0 +1 @@ +../3.3/public/ \ No newline at end of file diff --git a/symfony/framework-bundle/3.4/src b/symfony/framework-bundle/3.4/src new file mode 120000 index 000000000..b4c62e0a0 --- /dev/null +++ b/symfony/framework-bundle/3.4/src @@ -0,0 +1 @@ +../3.3/src/ \ No newline at end of file