We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a57e6ae + 4141718 commit 4b6f56eCopy full SHA for 4b6f56e
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
fail-fast: true
20
matrix:
21
php: [ 8.2, 8.3, 8.4 ]
22
- core: [ '4.3.2', '5.0.1' ]
+ core: [ '4.3.2', '5.2' ]
23
laravel: [ 11, 12 ]
24
exclude:
25
- laravel: 12
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.5.0] - 2025-02-24
9
+
10
+### Added
11
12
+- Package now supports Laravel 11 and 12.
13
14
## [4.4.0] - 2024-11-30
15
16
### Added
composer.json
@@ -50,7 +50,7 @@
50
"dev-develop": "4.x-dev"
51
}
52
},
53
- "minimum-stability": "dev",
+ "minimum-stability": "stable",
54
"prefer-stable": true,
55
"config": {
56
"sort-packages": true
0 commit comments