diff --git a/SECURITY.md b/SECURITY.md index 81478071..438c116e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,13 @@ These are the version ranges of HydePHP, and their support status. We follow [Semantic Versioning](https://semver.org), and you can read about our [Backwards Compatability](https://github.com/hydephp/policies/blob/master/backwards-compatability.md) promise here. -| Version | Supported | Classification | -|---------|--------------------|----------------------| -| 1.x LTS | :white_check_mark: | General Availability | -| < 0.64 | :x: | Beta | -| < 0.8 | :x: | Alpha | +| Version | Supported | Classification | Compatible Versions | +|---------|--------------------|----------------------|--------------------------| +| 3.x | :construction: | Upcoming | Laravel 13 / PHP 8.3-8.5 | +| 2.x | :white_check_mark: | General Availability | Laravel 11 / PHP 8.2-8.4 | +| 1.x LTS | :white_check_mark: | Long Term Support | Laravel 10 / PHP 8.1-8.2 | +| < 0.64 | :x: | Beta | Laravel 10 / PHP 8.0-8.1 | +| < 0.8 | :x: | Alpha | Laravel 10 / PHP 8.0-8.1 | ## Reporting a Vulnerability