-
Notifications
You must be signed in to change notification settings - Fork 61
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
Require intl extension as a dependency on this repo #65
Comments
Hey @diegosurita Introducing Intl would be a breaking change in the framework. But hey... fork is about support of newest PHP versions. In my project I already use Intl, so from my perspective it's totally fine. I think we could first put a note to the readme file, that we plan to add What do you think? |
Hey!
That sounds perfect! |
Ok. |
I just updated the readme file. Beginning of May 2024 sounds OK? We will have 3 months to gather any feedback here. If no objections from others, let's just start rolling this out 🙌 |
Yeah that sounds perfect 🙌🏼 |
@diegosurita I think it's the time: #69 😊 |
Hey! I left a comment on you PR. |
As I mentioned on PR #64, CakePHP 2 docs don't require
intl
PHP extension.I oppened this issue to discuss the possibility to add
intl
as an requirement on this repo. Withintl
we can stop hiddingstrftime
warning deprecations.The text was updated successfully, but these errors were encountered: