Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading