Skip to content

Commit 44f825d

Browse files
committed
Merge tag 'v3.3.0' into develop
Laravel 13
2 parents dc33b4c + fa4a10c commit 44f825d

2 files changed

Lines changed: 9 additions & 3 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+
## [3.3.0] - 2026-03-28
9+
10+
### Added
11+
12+
- Package now supports Laravel 13.
13+
814
### Changed
915

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

composer.json

Lines changed: 3 additions & 3 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": {
@@ -31,7 +31,7 @@
3131
"laravel-json-api/validation": "^4.4"
3232
},
3333
"require-dev": {
34-
"laravel-json-api/testing": "^3.1",
34+
"laravel-json-api/testing": "^3.2",
3535
"orchestra/testbench": "^9.0|^10.0|^11.0",
3636
"phpunit/phpunit": "^10.5|^11.5.3"
3737
},
@@ -50,7 +50,7 @@
5050
"dev-develop": "3.x-dev"
5151
}
5252
},
53-
"minimum-stability": "dev",
53+
"minimum-stability": "stable",
5454
"prefer-stable": true,
5555
"config": {
5656
"sort-packages": true

0 commit comments

Comments
 (0)