Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

50 lines (37 loc) · 1.68 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Changed

  • Dropped support for versions of Laravel <= 11.0
  • Updated tests to work with PHPUnit 11
  • Reorganised code quality tooling

Added

  • Added support for classes that use constructor injection, courtesy of Sergej Tihonov

Changed

Changed

Added

  • Support for Laravel 9

Added

  • Support for PHP 8

Removed

  • Removed support for PHP 7.x

Added

  • Support for Laravel 8

Removed

  • Moved support for Laravel 7 to the 2.x branch

Added

  • Support for Laravel 7

Removed

  • Moved support for Laravel 5.8 and 6 to the 1.x branch

Added

  • Initial release