Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 2.4 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 2.4 KB

Release Notes

v1.7.1 - 2024-11-26

  • Use new static analysis workflow by @Jubeki in #32
  • Replace dead link in Security Policy by @Jubeki in #33
  • Fix implicitly nullable parameters for PHP 8.4 by @tylersatre in #35

v1.7.0 - 2023-11-30

Changed

  • Laravel 9 support (#24)

Fixed

  • Use func_get_args to pass array_prepend call through to Arr::prepend (#21)

Added

  • PHP 8 Support (#20)

Added

Added

Changed

  • Removed old 5.9 versions (4c80f77)

Changed

  • Update version constraints for Laravel 6.0 (60296b9)

Added

  • Add support for upcoming Laravel release (7f47ef4)

v1.0.0 (2019-02-15)

Initial release.