Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@crynobone crynobone released this 31 Aug 12:42
· 2 commits to master since this release

Added

  • Added support for Laravel Framework 8.+.

Changes

  • Bump minimum PHP version to 7.3+.

Deprecated

  • Deprecate use of Model::hsFaker() due to incompatibility with class based factories. If you need to use it on legacy factories you can just use factory(Model::hsFinder()).