Fixed
- Dropped the Pint
mb_str_functionsrule and reverted themb_ltrim()it had introduced in theUploaderform component.
mb_ltrim() is a PHP 8.4 function, and this package declares ^8.2. Below 8.4 it resolves only through symfony/polyfill-mbstring, which is not required directly, so a lock file resolving an older polyfill on PHP 8.2 or 8.3 could fatal with Call to undefined function mb_ltrim(). Affects v5.3.2.
Documentation
- The README has been converted into a
docs/directory.