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
After my composer update from 4.2.6 to 4.2.7 I get the following fatal error.
Fatal error: Interface 'Symfony\Component\Translation\TranslatorInterface' not found
in testarea_symfony_api\vendor\symfony\validator\Util\LegacyTranslatorProxy.php
on line 21
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"?
How to reproduce
Upgrade from 4.2.6 to 4.2.7 via composer update.
gavinlove, jsamouh, TomaszGasior, Bersman, sdaoudi and 24 more