v2.3.0
Changelog:
- Added PHP 8 compatibility
- Renamed class
VStelmakh\UrlHighlight\Matcher\Match
toUrlMatch
Since PHP v8.0
match
is a reserved keyword.
This will affect you if custom Validator or Highlighter implemented.
Consider expecting UrlMatch instead ofMatch
in your implementations.