You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop `mbstring` as a hard dependency (#92)
Default to using `strtolower` and only use `mb_strtolower` when it is
available and necessary. This provides a minor speed boost and allows
running on environments without the `mbstring` extension is not
installed.