Skip to content

Commit

Permalink
recipe for symfony/framework-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Jan 28, 2025
1 parent d236817 commit 34aeb51
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .env.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

###> symfony/framework-bundle ###
APP_SECRET=4f87e545f5baa5a383814e3f72e39104
###< symfony/framework-bundle ###
1 change: 0 additions & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true

# Note that the session will be started ONLY if you read or write from it.
session: true
Expand Down
6 changes: 3 additions & 3 deletions symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@
]
},
"symfony/framework-bundle": {
"version": "7.0",
"version": "7.2",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "7.0",
"ref": "6356c19b9ae08e7763e4ba2d9ae63043efc75db5"
"version": "7.2",
"ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
},
"files": [
"config/packages/cache.yaml",
Expand Down

0 comments on commit 34aeb51

Please sign in to comment.