8000 Allow Symfony 7.0 on Phrase translation provider · symfony/symfony@78c9db5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78c9db5

Browse files
committed
Allow Symfony 7.0 on Phrase translation provider
1 parent c6930e3 commit 78c9db5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Translation/Bridge/Phrase/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"require": {
1919
"php": ">=8.1",
2020
"psr/cache": "^3.0",
21-
"symfony/http-client": "^6.3",
22-
"symfony/mime": "^5.4|^6.0",
23-
"symfony/translation": "^5.4|^6.0"
21+
"symfony/http-client": "^6.3|^7.0",
22+
"symfony/mime": "^5.4|^6.0|^7.0",
23+
"symfony/translation": "^5.4|^6.0|^7.0"
2424
},
2525
"autoload": {
2626
"psr-4": { "Symfony\\Component\\Translation\\Bridge\\Phrase\\": "" },

0 commit comments

Comments
 (0)
0