Releases: markwalet/laravel-hashed-route
Releases · markwalet/laravel-hashed-route
v2.0.0
Added
- Added clover coverage to CI.
- Added Laravel 5.8 to CI.
Changed
- Moved the
RequiresConfigurationKeys
trait to the root namespace. - Moved codec factory to root namespace.
- Reverse the order of the parameters in the
RequiresConfigurationKeys::require()
method. - Increased minimum PHP version to
>=7.0.12
.