New requirements
None
New features
Added StaticInflector
, which can be used instead of the helper functions.
Backward Incompatible Changes
The file with the helper functions is no longer included in the autoload. You must include the
file vendor/icanboogie/inflector/lib/helpers.php
in your composer.json
if you want to continue
using these functions. Better use the new StaticInflector
instead.
Deprecated Features
None
Other Changes
None