Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ba62df + 1a72bd5 commit 9aba21cCopy full SHA for 9aba21c
src/Symfony/Bundle/FrameworkBundle/composer.json
@@ -26,7 +26,7 @@
26
"symfony/error-handler": "^6.4|^7.0",
27
"symfony/event-dispatcher": "^6.4|^7.0",
28
"symfony/http-foundation": "^6.4|^7.0",
29
- "symfony/http-kernel": "^6.4",
+ "symfony/http-kernel": "^6.4|^7.0",
30
"symfony/polyfill-mbstring": "~1.0",
31
"symfony/filesystem": "^6.4|^7.0",
32
"symfony/finder": "^6.4|^7.0",
src/Symfony/Component/Translation/CHANGELOG.md
@@ -12,6 +12,7 @@ CHANGELOG
12
13
* Give current locale to `LocaleSwitcher::runWithLocale()`'s callback
14
* 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()`
16
17
6.3
18
---
0 commit comments