CTOlet / yii2-attachments

Yii2 extension for uploading and attaching the files to the models
66 stars 57 forks source link

Latest version requires php 8.0 functionality #89

Open tsdogs opened 3 months ago

tsdogs commented 3 months ago

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