cocur / slugify

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

Please update for Symfony > 7 #338

Closed Evgeny1973 closed 1 month ago

Evgeny1973 commented 1 month ago

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".

rakshitbharat commented 1 month ago

I suggest lock your project all dependency, almost all PHP projects are not stable nowadays and even not frequently updated.

Evgeny1973 commented 1 month ago

I suggest lock your project all dependency, almost all PHP projects are not stable nowadays and even not frequently updated.

Symfony is updated, php is updated, and you suggest sitting on old versions. This is the wrong solution to the question.

florianeckerstorfer commented 1 month ago

@Evgeny1973 Please submit a PR