php-jsonpatch
php-jsonpatch copied to clipboard
Suggest ext-mbstring or the Symfony polyfill
Patch::apply() relies on mb_substr() being available, which is only the case when either the Symfony polyfill or ext-mbstring are installed.
I've used https://github.com/thephpleague/climate/issues/109 as an example that fixes the same problem