Breaking Changes
- Increased the minimum required PHP version to 8.2
- Added new package specific exceptions
- Removed unused
ImageFileHandlerclass - Refactored CaptchaBuilder to use strict property and method typing, PHP 8+ features (union types, constructor property promotion), and improved null safety.
- Added type hints to method signatures
Refer to changelog for further changes.
What's Changed
- chore(deps): bump actions/checkout from 2 to 4 by @dependabot[bot] in #145
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #146
- Modernise package for PHP 8.2+ by @lachlan-00 in #150
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #149
- Add suggest plugin for Laravel FIlament by @marcogermani87 in #147
New Contributors
- @dependabot[bot] made their first contribution in #145
- @lachlan-00 made their first contribution in #150
- @marcogermani87 made their first contribution in #147
Full Changelog: v1.3.0...v2.0.0