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

Please update for Symfony > 7 #338

Closed Evgeny1973 closed 4 months ago

Evgeny1973 commented 4 months 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 4 months ago

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

Evgeny1973 commented 4 months 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 4 months ago

@Evgeny1973 Please submit a PR