I have installed version 4.5.0 for my PHP7 compatible application. But it is giving below error
ParseError: syntax error, unexpected '|', expecting variable (T_VARIABLE)
/home/scrutinizer/build/vendor/cocur/slugify/src/Slugify.php:100
From error we can see that it is not compatible with PHP 7 but what mentioned in packagist https://packagist.com/orgs/acsi-it/packages/419786/versions/4.5.0.0/view it is contradictory
I have installed version 4.5.0 for my PHP7 compatible application. But it is giving below error
https://github.com/cocur/slugify/blame/af8e6ee771458bf885f7457807b5ff9bad8743cb/src/Slugify.php#L100
From error we can see that it is not compatible with PHP 7 but what mentioned in packagist
https://packagist.com/orgs/acsi-it/packages/419786/versions/4.5.0.0/viewit is contradictory