8000 Update CHANGELOG and fix composer requirements · symfony/symfony@44643d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44643d8

Browse files
Update CHANGELOG and fix composer requirements
1 parent 59df353 commit 44643d8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Symfony/Bridge/Twig/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
6.4
5+
---
6+
7+
* Add `TemplatedEmail::locale()` to set the locale for the email rendering
8+
49
6.3
510
---
611

src/Symfony/Bundle/TwigBundle/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"composer-runtime-api": ">=2.1",
2121
"symfony/config": "^6.1|^7.0",
2222
"symfony/dependency-injection": "^6.1|^7.0",
23-
"symfony/twig-bridge": "^6.3|^7.0",
23+
"symfony/twig-bridge": "^6.4|^7.0",
2424
"symfony/http-foundation": "^5.4|^6.0|^7.0",
2525
"symfony/http-kernel": "^6.2|^7.0",
2626
"twig/twig": "^2.13|^3.0.4"

0 commit comments

Comments
 (0)
0