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.
2 parents acde942 + bbf3b31 commit 3d5ee65Copy full SHA for 3d5ee65
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
5
6
## Unreleased
7
8
+## [3.1.0] - 2025-02-24
9
+
10
+### Added
11
12
+- Package now supports Laravel 11 and 12.
13
14
## [3.0.2] - 2024-11-30
15
16
### Changed
composer.json
@@ -49,7 +49,7 @@
49
"dev-develop": "3.x-dev"
50
}
51
},
52
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
53
"prefer-stable": true,
54
"config": {
55
"sort-packages": true
0 commit comments