Sangfroid преди 8 месеца
родител
ревизия
b74ee35114
променени са 2 файла, в които са добавени 5 реда и са изтрити 14 реда
  1. 2 11
      config/packages/framework.yaml
  2. 3 3
      symfony.lock

+ 2 - 11
config/packages/framework.yaml

@@ -2,21 +2,12 @@
 framework:
     secret: '%env(APP_SECRET)%'
     #csrf_protection: true
-    annotations: false
-    http_method_override: false
-    handle_all_throwables: 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_secure: auto
-        cookie_samesite: lax
+    # Note that the session will be started ONLY if you read or write from it.
+    session: true
 
     #esi: true
     #fragments: true
-    php_errors:
-        log: true
 
     http_client:
         scoped_clients:

+ 3 - 3
symfony.lock

@@ -306,12 +306,12 @@
         "version": "v4.2.8"
     },
     "symfony/framework-bundle": {
-        "version": "6.4",
+        "version": "7.1",
         "recipe": {
             "repo": "github.com/symfony/recipes",
             "branch": "main",
-            "version": "6.4",
-            "ref": "a91c965766ad3ff2ae15981801643330eb42b6a5"
+            "version": "7.0",
+            "ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
         },
         "files": [
             "config/packages/cache.yaml",