mirror of
https://github.com/symfony/intl-data.git
synced 2026-03-24 01:02:12 +01:00
Remove dependency on symfony/Intl #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fabpot on GitHub (Sep 9, 2014).
The current
IntlDatadepends on thesymfony/intlcomponent. We can remove this dependency by removing thegetBundleReader()method. This will impact symfony/symfony#11884.