All notable changes to code-distortion/laravel-auto-reg
will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for Laravel 11
- Updated package tooling
- Added support for PHP 8.3
- Added support for Laravel 10
- Fixed code that was throwing a deprecation error in PHP 8.2 ("mb_strlen(): Passing null to parameter #1 ($string) of type string is deprecated")
- Added support for PHP 8.2
- Added ^9.0 version of illuminate/support
- Added support for Laravel 9
- Changed dependency list to refer to specific versions of PHP - to prevent installation on platforms with future versions of PHP before being tested
- Added support for PHP 8.1
- Added phpstan ^1.0 to dev dependencies
- Minor tweaks to code and comments
- Fixed bug in class FQCN detection
- Added preliminary support for pattern matching when there is no directory component
- Beta release