Skip to content

Commit 34aeb51

Browse files
committed
recipe for symfony/framework-bundle
1 parent d236817 commit 34aeb51

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.env.dev

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
###> symfony/framework-bundle ###
3+
APP_SECRET=4f87e545f5baa5a383814e3f72e39104
4+
###< symfony/framework-bundle ###

config/packages/framework.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
framework:
22
secret: '%env(APP_SECRET)%'
3-
#csrf_protection: true
43

54
# Note that the session will be started ONLY if you read or write from it.
65
session: true

symfony.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@
145145
]
146146
},
147147
"symfony/framework-bundle": {
148-
"version": "7.0",
148+
"version": "7.2",
149149
"recipe": {
150150
"repo": "github.com/symfony/recipes",
151151
"branch": "main",
152-
"version": "7.0",
153-
"ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
152+
"version": "7.2",
153+
"ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
154154
},
155155
"files": [
156156
"config/packages/cache.yaml",

0 commit comments

Comments
 (0)