Skip to content

Commit 9e37808

Browse files
authored
Merge pull request #838 from garak/move-translation
move translator requirement to dev
2 parents 038c50c + bf572a0 commit 9e37808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"symfony/http-foundation": "^6.4 || ^7.0",
2525
"symfony/http-kernel": "^6.4 || ^7.0",
2626
"symfony/routing": "^6.4 || ^7.0",
27-
"symfony/translation": "^6.4 || ^7.0",
2827
"twig/twig": "^3.0"
2928
},
3029
"require-dev": {
3130
"phpstan/phpstan": "^1.12",
3231
"phpunit/phpunit": "^10.5 || ^11.5 || ^12.0",
3332
"symfony/expression-language": "^6.4 || ^7.0",
34-
"symfony/templating": "^6.4 || ^7.0"
33+
"symfony/templating": "^6.4 || ^7.0",
34+
"symfony/translation": "^6.4 || ^7.0"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)