Skip to content

Commit abde874

Browse files
committed
Merge tag 'v3.2.0' into develop
Laravel 12
2 parents f46daf7 + bf981d0 commit abde874

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
55

66
## Unreleased
77

8+
## [3.2.0] - 2025-02-24
9+
10+
### Added
11+
12+
- Package now supports Laravel 11 and 12.
13+
814
## [3.1.0] - 2024-11-30
915

1016
### Added

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"illuminate/contracts": "^11.0|^12.0",
2929
"illuminate/pipeline": "^11.0|^12.0",
3030
"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"
3232
},
3333
"require-dev": {
3434
"orchestra/testbench": "^9.0|^10.0",
@@ -54,7 +54,7 @@
5454
]
5555
}
5656
},
57-
"minimum-stability": "dev",
57+
"minimum-stability": "stable",
5858
"prefer-stable": true,
5959
"config": {
6060
"sort-packages": true

0 commit comments

Comments
 (0)