Skip to content

Commit d793e40

Browse files
committed
Merge branch 'release/3.1.0'
2 parents 57cb632 + 9ab0125 commit d793e40

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: true
2020
matrix:
2121
php: [ 8.2, 8.3, 8.4 ]
22-
laravel: [ 11 ]
22+
laravel: [ 11, 12 ]
2323

2424
steps:
2525
- name: Checkout Code

CHANGELOG.md

+6
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.1.0] - 2025-03-21
9+
10+
### Added
11+
12+
- Package now supports Laravel 12.
13+
814
## [3.0.0] - 2025-03-03
915

1016
### Changed

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
],
2525
"require": {
2626
"php": "^8.2",
27-
"illuminate/support": "^11.0",
28-
"laravel-json-api/eloquent": "^4.0",
29-
"tenantcloud/laravel-boolean-softdeletes": "^6.0"
27+
"illuminate/support": "^11.0|^12.0",
28+
"laravel-json-api/eloquent": "^4.5",
29+
"tenantcloud/laravel-boolean-softdeletes": "^6.0|^7.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^9.0",
33-
"phpunit/phpunit": "^10.5"
32+
"orchestra/testbench": "^9.0|^10.0",
33+
"phpunit/phpunit": "^10.5|^11.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

0 commit comments

Comments
 (0)