cocur / slugify

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
MIT License
2.89k stars 252 forks source link

fix-for-new-symfony #340

Closed Evgeny1973 closed 3 months ago

Evgeny1973 commented 4 months ago

Fix deprecation (issue 338): The "Symfony\Component\HttpKernel\DependencyInjection\Extension" class is considered internal since Symfony 7.1, to be deprecated in 8.1; use Symfony\Component\DependencyInjection\Extension\Extension instead. It may change without further notice. You should not use it from "Cocur\Slugify\Bridge\Symfony\CocurSlugifyExtension".

Evgeny1973 commented 3 months ago

@florianeckerstorfer When will the PR be reviewed?

florianeckerstorfer commented 3 months ago

@Evgeny1973 Looks good, could you update the PR with the latest changes from main. I fixed the Github workflow there.

Evgeny1973 commented 3 months ago

@florianeckerstorfer I've upgraded the PR.