-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
Deprecate this bundle #280
Comments
cc @sonata-project/contributors |
I'm all for it! There are some Sonata packages that depend on this:
|
The only thing that we still need is the locale detector that updates the user entity. |
Trying to get rid of this bundle in TimelineBundle, the problem is that twig/intl-extra has |
I think it's ok to drop 3.4, we are only supposed to support one LTS at a time: https://github.com/sonata-project/SonataIntlBundle/blob/2.x/CONTRIBUTING.md#dependency-changes |
@core23 Unfortunately use Sonata\IntlBundle\Templating\Helper\DateTimeHelper;
class MyClass
{
private $dateTimeHelper;
public function __construct(DateTimeHelper $dataTimeHelper)
{
$this->dateTimeHelper = $dataTimeHelper;
}
public function myFunction(string $format)
{
// to something with $this->dateTimeHelper
}
} |
Maybe we could move from this bundle to the symfony bundle? |
Shouldn't the readme be updated if this repository is deprecated ? |
Can you do this @VincentLanglet |
Thanks for pointing it out. Looks like I have the necessary permissions to do this, I just changed the description. |
Can you do the same for https://github.com/sonata-project/SonataCacheBundle and https://github.com/sonata-project/SonataEasyExtendsBundle |
Done (TIL the cache bundle is deprecated 😅) |
There are good and better maintained replacements on the market:
Refs #182
The text was updated successfully, but these errors were encountered: