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

Fix laravel 6-8 compatibility #277

Closed narazin closed 3 years ago

narazin commented 3 years ago

Currently this package does not work with laravel 6 or newer because it has incorrect requirements in composer.json.

florianeckerstorfer commented 3 years ago

While it seems that the Travis integration stopped working, I'm assuming everything is fine since everything looks good on AppVeyor and the Windows builds were always the more tricky ones ;)