You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating to latest version on debian 11 with php 7.4 raised an error about function str_constrains() not found.
It's a function introduced in php 8.0
The composer.json should be changed accordingly or require the package symfony/polyfill-php80 which implements it.
I have solved installing symfony/polyfill-php80
Updating to latest version on debian 11 with php 7.4 raised an error about function str_constrains() not found.
It's a function introduced in php 8.0
The composer.json should be changed accordingly or require the package symfony/polyfill-php80 which implements it.
I have solved installing symfony/polyfill-php80
It was introduced with Pull Request #88
The text was updated successfully, but these errors were encountered: