Closed
Description
Hello,
as of this commit
symfony/translation@fe0e1f2#diff-c93f36c15d5c29291cda962db092b47bR161
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