Skip to content

Commit 699ae49

Browse files
committed
Update dependencies
1 parent 3277fc2 commit 699ae49

File tree

3 files changed

+55
-0
lines changed

3 files changed

+55
-0
lines changed

assets/icons/symfony.svg

Lines changed: 1 addition & 0 deletions
Loading

config/packages/csrf.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Enable stateless CSRF protection for forms and logins/logouts
2+
framework:
3+
form:
4+
csrf_protection:
5+
token_id: submit
6+
7+
csrf_protection:
8+
stateless_token_ids:
9+
- submit
10+
- authenticate
11+
- logout

symfony.lock

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,37 @@
125125
".env"
126126
]
127127
},
128+
"symfony/form": {
129+
"version": "7.2",
130+
"recipe": {
131+
"repo": "github.com/symfony/recipes",
132+
"branch": "main",
133+
"version": "7.2",
134+
"ref": "7d86a6723f4a623f59e2bf966b6aad2fc461d36b"
135+
},
136+
"files": [
137+
"config/packages/csrf.yaml"
138+
]
139+
},
140+
"symfony/framework-bundle": {
141+
"version": "7.2",
142+
"recipe": {
143+
"repo": "github.com/symfony/recipes",
144+
"branch": "main",
145+
"version": "7.2",
146+
"ref": "87bcf6f7c55201f345d8895deda46d2adbdbaa89"
147+
},
148+
"files": [
149+
"config/packages/cache.yaml",
150+
"config/packages/framework.yaml",
151+
"config/preload.php",
152+
"config/routes/framework.yaml",
153+
"config/services.yaml",
154+
"public/index.php",
155+
"src/Controller/.gitignore",
156+
"src/Kernel.php"
157+
]
158+
},
128159
"symfony/mailer": {
129160
"version": "7.2",
130161
"recipe": {
@@ -239,6 +270,18 @@
239270
"templates/base.html.twig"
240271
]
241272
},
273+
"symfony/ux-icons": {
274+
"version": "2.22",
275+
"recipe": {
276+
"repo": "github.com/symfony/recipes",
277+
"branch": "main",
278+
"version": "2.17",
279+
"ref": "803a3bbd5893f9584969ab8670290cdfb6a0a5b5"
280+
},
281+
"files": [
282+
"assets/icons/symfony.svg"
283+
]
284+
},
242285
"symfony/ux-live-component": {
243286
"version": "2.20",
244287
"recipe": {

0 commit comments

Comments
 (0)