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

The version 4.4.0 have been removed from Packagist? #330

Closed ArnaudLigny closed 11 months ago

ArnaudLigny commented 11 months ago

It's seems the release 4.4.0 have been removed from Packagist: https://packagist.org/packages/cocur/slugify#v4.4.1

image

This version was usefull because it's was the bridge between PHP 7 and PHP 8: it support PHP 7 AND add types to avoid PHP 8.2 deprecation warning.

florianeckerstorfer commented 11 months ago

@ArnaudLigny Ha, I'm confused now. I removed the version because I got reports that 4.4.0 did not work with PHP 7 any more.

mitelg commented 11 months ago

we have the same issue in our project. I do not see any reason why those changes should not work under PHP 7 :thinking:

https://github.com/cocur/slugify/compare/v4.3.0...v4.4.0

florianeckerstorfer commented 11 months ago

I restored v.4.4.0 and it should be back on Composer. Sorry for the confusion