Respect / Validation

The most awesome validation engine ever created for PHP
https://respect-validation.readthedocs.io
MIT License
5.75k stars 774 forks source link

Fix: Lock 'symfony/polyfill-mbstring' Version at '^v1.27.0' in Drupal 10.1.x for Compatibility #1445

Closed vincent-gao closed 5 months ago

vincent-gao commented 5 months ago

hey dear maintainers

Recently, the Respect/Validation library upgraded to using symfony/polyfill-mbstring 1.28.0. This presents a bit of issue for us, as we're still on Drupal 10.1.x, which works with symfony/polyfill-mbstring ~v1.27.0. Upgrading to Drupal 10.2.x (which plays well with ~v1.28.0) isn't in our cards just yet. So, we're hoping to keep our setup running smoothly with ~v1.27.0 of symfony/polyfill-mbstring for a little longer.