CalderaWP / Caldera-Forms

Drag and drop, responsive WordPress form builder.
https://CalderaForms.com
GNU General Public License v2.0
187 stars 163 forks source link

Specify version 1.20 for symfony/polyfill-mbstring dependency #3684

Closed New0 closed 2 years ago

New0 commented 3 years ago

For #3679

symfony/translation package is loading symfony/polyfill-mbstring dependency which includes PHP8 specific syntax files that are not accepted by the WordPress.org SVN process and lead to parsing errors.

Specifying the last version of symfony/polyfill-mbstring that doesn't use PHP 8 specific syntax can fix this issue.