Skip to content

Commit

Permalink
Do not require symfony/translations (#338)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jul 28, 2022
1 parent 3add30d commit 465718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"php": "^7.4 || ^8.0",
"sonata-project/doctrine-extensions": "^1.9.1",
"symfony/config": "^4.4 || ^5.4 || ^6.0",
"symfony/translation": "^4.4 || ^5.4 || ^6.0",
"symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0",
"twig/twig": "^2.6 || ^3.0"
},
Expand All @@ -47,6 +46,7 @@
"symfony/http-foundation": "^4.4 || ^5.4 || ^6.0",
"symfony/http-kernel": "^4.4.13 || ^5.4 || ^6.0",
"symfony/phpunit-bridge": "^6.1",
"symfony/translation": "^4.4 || ^5.4 || ^6.0",
"symfony/twig-bundle": "^4.4 || ^5.4 || ^6.0",
"vimeo/psalm": "^4.7.2"
},
Expand Down

0 comments on commit 465718d

Please sign in to comment.