We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3cc373 commit bd012e3Copy full SHA for bd012e3
CHANGELOG.md
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [3.0.0] - 2025-03-11
11
+
12
+### Added
13
14
+- Laravel 12 support
15
16
+### Removed
17
18
+- Laravel 9 and 10 support
19
20
## [2.6.0] - 2024-05-24
21
22
### Added
SECURITY.md
@@ -6,8 +6,9 @@ We're also following the [Laravel's default support policy](https://laravel.com/
6
| Version | Supported |
| ------- | ------------------ |
-| 2.x | :white_check_mark: |
-| < 2.0 | :x: |
+| 3.x | :white_check_mark: |
+| 2.0 | :x: |
+| 1.0 | :x: |
## Reporting a Vulnerability
0 commit comments