Skip to content

Commit 7b18631

Browse files
committed
Merge tag 'v4.3.0' into develop
Laravel 13
2 parents 7fe3007 + 1fde071 commit 7b18631

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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+
## [4.3.0] - 2026-03-28
9+
10+
### Added
11+
12+
- Support for Laravel 13.
13+
814
### Changed
915

1016
- Dropped support for `laravel-json-api/core` v4.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"name": "Christopher Gammie",
22-
"email": "contact@gammie.co.uk"
22+
"email": "chris@cloudcreativity.co.uk"
2323
}
2424
],
2525
"require": {
@@ -53,7 +53,7 @@
5353
]
5454
}
5555
},
56-
"minimum-stability": "dev",
56+
"minimum-stability": "stable",
5757
"prefer-stable": true,
5858
"config": {
5959
"sort-packages": true

0 commit comments

Comments
 (0)