Releases: ans-group/laravel-health-check
Releases · ans-group/laravel-health-check
v2.0.1
v2.0.0
Added
- Enforcing PSR-12 in CI via PHP CodeSniffer #91 by @phily245
- Enforcing PHP Mess Detector in CI to keep the code tidier #92 by @phily245
- Enforcing PHPStan level 6 via Larastan in CI to keep the code more reliable #97 #98 #99 #100 #101 #102 by @phily245
- Enforcing RectorPHP checks in CI to keep the code more maintainable #197 by @phily245
- (breaking change) Adding stricter typing #87 by @phily245
- Documenting the new tooling in the contributing guide #103 by @phily245
Removed
- (breaking change) Dropping support for < Laravel 10.0 to only support versions with bug/security fixes #82 by @phily245
- (breaking change) Dropping support for PHP < 8.1 to match Laravel 10's support #82 by @phily245
Fixed
- (breaking change) Upgrading the FTP file check to use flysystem v3 #89 by @phily245
- (breaking change) Upgrading the package security health check so to not use a deprecated package #88 by @srichter
& @phily245
Upgrade guide
- This now requires PHP > 8.1
- This now requires Laravel > 10.0
- If you extend any class from this package, ensure the types still match
- If you are using the
UKFast\Healthchecks\Checks\StorageHealthCheck
check:league/flysystem
needs updating to v3league/flysystem-ftp
is now required
- If you are using the
UKFast\Healthchecks\Checks\PackageSecurityHealthCheck
check,sensiolabs/security-checker
needs replacing withenlightn/security-checker
v1.15.0
v1.14.0
v1.13.5
v1.13.4
Links:
v1.13.3: Merge pull request #67 from nnnnathann/laravel-9
Added support for laravel 9
v1.13.2
v1.13.1
v1.13.0
Links: