symfony / demo

Symfony Demo Application
https://symfony.com/
MIT License
2.46k stars 1.61k forks source link

Deprecation message triggered #1524

Open kocsismate opened 1 month ago

kocsismate commented 1 month ago

The following deprecation message is triggered by the symfony/ux-twig-component because this commit (https://github.com/symfony/ux-twig-component/commit/c186c43c269aef0500910d5768f94c1ef798b167) is not present in the locked package version (https://github.com/symfony/demo/blob/main/composer.lock#L7332):

Since twig/twig 3.10: The "Twig\Extension\EscaperExtension::addSafeClass()" method is deprecated, use the "Twig\Runtime\EscaperRuntime::addSafeClass()" method instead.

Therefore, the component should be updated to v2.18.0+.