Closed deyan-ardi closed 1 year ago
I am guessing you are on php 7.4. You need to downgrade to version 4.3.0 of cocur/slugify. They removed compatibility with PHP 7 in version 4.4 but added back in version 4.5.....
I am guessing you are on php 7.4. You need to downgrade to version 4.3.0 of cocur/slugify. They removed compatibility with PHP 7 in version 4.4 but added back in version 4.5.....
Thanks your information, i will try later...
I think ^7.1 should be removed from here: https://github.com/cocur/slugify/blob/v4.5.0/composer.json#L22
from version 4.5.0.
Version 4.4.0 works for me on php7.4
I have some error in my production app, and this because new update of this package.
So what can i do?