File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ## [ 3.2.0] - 2025-02-24
9
+
10
+ ### Added
11
+
12
+ - Package now supports Laravel 11 and 12.
13
+
8
14
## [ 3.1.0] - 2024-11-30
9
15
10
16
### Added
Original file line number Diff line number Diff line change 28
28
"illuminate/contracts" : " ^11.0|^12.0" ,
29
29
"illuminate/pipeline" : " ^11.0|^12.0" ,
30
30
"illuminate/support" : " ^11.0|^12.0" ,
31
- "laravel-json-api/core" : " ^4.3.2|^5.0.1 "
31
+ "laravel-json-api/core" : " ^4.3.2|^5.2 "
32
32
},
33
33
"require-dev" : {
34
34
"orchestra/testbench" : " ^9.0|^10.0" ,
54
54
]
55
55
}
56
56
},
57
- "minimum-stability" : " dev " ,
57
+ "minimum-stability" : " stable " ,
58
58
"prefer-stable" : true ,
59
59
"config" : {
60
60
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments