Browse Source

Mise à jour recipes framework rm session.storage

François Drouhard 1 year ago
parent
commit
d56e28cfcc
2 changed files with 4 additions and 4 deletions
  1. 1 1
      config/packages/framework.yaml
  2. 3 3
      symfony.lock

+ 1 - 1
config/packages/framework.yaml

@@ -2,6 +2,7 @@
 framework:
     secret: '%env(APP_SECRET)%'
     #csrf_protection: true
+    annotations: false
     http_method_override: false
     handle_all_throwables: true
 
@@ -11,7 +12,6 @@ framework:
         handler_id: null
         cookie_secure: auto
         cookie_samesite: lax
-        storage_factory_id: session.storage.factory.native
 
     #esi: true
     #fragments: true

+ 3 - 3
symfony.lock

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