Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9aba21c

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Translator] Add argument `$buildDir` to `DataCollectorTranslator::warmUp()`
2 parents 8ba62df + 1a72bd5 commit 9aba21c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"symfony/error-handler": "^6.4|^7.0",
2727
"symfony/event-dispatcher": "^6.4|^7.0",
2828
"symfony/http-foundation": "^6.4|^7.0",
29-
"symfony/http-kernel": "^6.4",
29+
"symfony/http-kernel": "^6.4|^7.0",
3030
"symfony/polyfill-mbstring": "~1.0",
3131
"symfony/filesystem": "^6.4|^7.0",
3232
"symfony/finder": "^6.4|^7.0",

src/Symfony/Component/Translation/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CHANGELOG
1212

1313
* Give current locale to `LocaleSwitcher::runWithLocale()`'s callback
1414
* Add `--as-tree` option to `translation:pull` command to write YAML messages as a tree-like structure
15+
* [BC BREAK] Add argument `$buildDir` to `DataCollectorTranslator::warmUp()`
1516

1617
6.3
1718
---

0 commit comments

Comments
 (0)