You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using of framework bundle with symfony/validator component installed, but without symfony/translator component leads to php error during container building stage:
In LegacyTranslatorProxy.php line 21:
Attempted to load interface "TranslatorInterface" from namespace "Symfony\Component\Translation".
Did you forget a "use" statement for "Symfony\Contracts\Translation\TranslatorInterface"?
Symfony version(s) affected: 4.2.7
Description
Using of framework bundle with symfony/validator component installed, but without symfony/translator component leads to php error during container building stage:
How to reproduce
Use this composer.json
then run:
The text was updated successfully, but these errors were encountered: