cocur/slugify v4.0.0 released
Today we finally released Version 4.0.0 of cocur/slugify it does not introduce new major features, but adds support for Symfony 4 and 5, Twig 3 and, most importantly, PHP 7.3 and 7.4. Support for PHP 5, Twig 1 and Silex is dropped.
Thanks to everyone who contributed to this release: bartko-s, mhujer, kubawerlos, FabienPapet, snapshotpl and franmomu.
As usual, you can install cocur/slugify using Composer:
composer require cocur/slugify
Here are the full release notes:
- #230 Add Slovak rules (by bartko-s)
- #236 Make Twig Bridge compatible with Twig 3.0 (by mhujer)
- #237 Fix Travis CI configuration (by kubawerlos)
- #238 Drop Twig 1 support (by FabienPapet)
- #239 Fix AppVeyor (by kubawerlos)
- #241 Update .gitattributes (by kubawerlos)
- #242 Add PHP CS Fixer (by kubawerlos)
- #243 Normalize composer.json (by kubawerlos)
- #246 Add support for PHP 7.3 and 7.4 (by snapshotpl)
- #247 AppVeyor improvements (by kubawerlos)
- #249 PHPUnit annotations should be a FQCNs including a root namespace (by kubawerlos)
- #250 Add support for Symfony 4 and 5 (by franmomu)
- #251 Dropping support for PHP 5 (by franmomu)
- #253 Add conflict for unmaintained Symfony versions (by franmomu)