We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 456b8e5 + b09ba16 commit dd73918Copy full SHA for dd73918
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
+## [4.2.0] - 2025-01-24
9
+
10
+### Added
11
12
+- Package now supports Laravel 11 and 12.
13
14
## [4.1.0] - 2024-11-30
15
16
### Added
composer.json
@@ -46,7 +46,7 @@
46
"dev-develop": "4.x-dev"
47
}
48
},
49
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
50
"prefer-stable": true,
51
"config": {
52
"sort-packages": true
0 commit comments