Release 3.1.1
This is a backwards compatible patch release.
This release replaces the strtolower, strtoupper and ucfirst functions with their Laravel equivalents using the Str:: helpers. This has the benefit of being unicode compatible (mb_ functions are used under the hood.)
Thanks @jaulz!