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
the symfony/translation package now requires the INTL plugin which is not installed on the majority of users and i get the error Class 'Locale' not found . https://www.php.net/manual/en/book.intl.php
Using symfony/translation version '5.1' breaks a lot of installs because of this dependency
I needed to revert to symfony/translation version '5.0'
Can you please fix this dependency as INTL plugin does not come by default