Skip to content

2.7.2

@lolli42 lolli42 tagged this 28 Jul 11:24
utf8_decode() has been deprecated in PHP 8.2. It's
used in one unit test which can easily switch to
mb_convert_encoding() instead.

This makes mbstring a require-dev dependency, which
is added with this patch.

> composer req --dev ext-mbstring
Assets 2