Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Get rid of the intl extension requirement #7

Closed
alexander-schranz opened this issue Nov 15, 2016 · 4 comments · Fixed by #8
Closed

Get rid of the intl extension requirement #7

alexander-schranz opened this issue Nov 15, 2016 · 4 comments · Fixed by #8

Comments

@alexander-schranz
Copy link
Contributor

alexander-schranz commented Nov 15, 2016

I use this library inside a symfony project where intl is not required because symfony give a polyfill for it.

Currently its not possible to use this library without intl installed (composer will error). I would recommend to use the symfony intl polyfill https://github.com/symfony/polyfill-intl-icu instead of require ext-intl.

"symfony/polyfill-intl-icu": "^1.0",
@layershifter
Copy link
Owner

Here is detailed answer "why not". But, I'll work on removal of ext-intl.

@alexander-schranz alexander-schranz changed the title Use symfony intl polyfill instead of require intl extension Get rid of the intl extension requirement Nov 15, 2016
@alexander-schranz
Copy link
Contributor Author

@layershifter renamed the issue.

@layershifter
Copy link
Owner

@alexander-schranz Thanks for PR and suggestions 👍

Released in 1.2.0.

@alexander-schranz
Copy link
Contributor Author

@layershifter thank you :)

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

Successfully merging a pull request may close this issue.

2 participants