From bb52978c61520c8296576f95056b97ee98abc6cd Mon Sep 17 00:00:00 2001 From: Emma De Silva Date: Tue, 23 Jun 2026 15:26:51 +0000 Subject: [PATCH] Update supported versions documentation https://github.com/hydephp/develop/commit/e3e8d2be8a058cf7f21c9f780e1c34b94c80aec9 --- SECURITY.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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