Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider making use of 'symfony/polyfill-intl-icu' #1

Open
ocram opened this issue Aug 27, 2018 · 3 comments
Open

Consider making use of 'symfony/polyfill-intl-icu' #1

ocram opened this issue Aug 27, 2018 · 3 comments

Comments

@ocram
Copy link
Contributor

ocram commented Aug 27, 2018

Using symfony/polyfill-intl-icu, we could probably avoid the hard dependency on the Internationalization extension (intl).

@maietta
Copy link

maietta commented Mar 31, 2020

I would recommend simply including it via composer as a dependency instead, leaving beautifully written code untainted.

@ocram
Copy link
Contributor Author

ocram commented Mar 31, 2020

Thanks!

Are you talking about the way the polyfill is included? Definitely wanted to do that via Composer, as symfony/polyfill-intl-icu is the dependency name for use with Composer.

@maietta
Copy link

maietta commented Apr 3, 2020

Yep. Easy peasy. Keeps the project clean as not everyone needs it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants