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

Improve PHP version requirement to ^7.1 || ~8.0.0 || ~8.1.0 #301

Closed florianeckerstorfer closed 2 years ago

florianeckerstorfer commented 2 years ago

This came up in the comments to a recently closed PR and I would appreciate your input on this.

florianeckerstorfer commented 2 years ago

Added PHP 8.2.x to version range, since the unit tests are currently passing for it

Ocramius commented 2 years ago

Remember composer.lock

Ocramius commented 2 years ago

@florianeckerstorfer is this closed on purpose?

florianeckerstorfer commented 2 years ago

@Ocramius Yes, it took a long while, but I followed your suggestion and excluded 8.2 for now. Merged #313 instead