File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : true
20
20
matrix :
21
21
php : [ 8.2, 8.3, 8.4 ]
22
- laravel : [ 11 ]
22
+ laravel : [ 11, 12 ]
23
23
24
24
steps :
25
25
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ### Added
9
+
10
+ - Package now supports Laravel 12.
11
+
8
12
## [ 3.0.0] - 2025-03-03
9
13
10
14
### Changed
Original file line number Diff line number Diff line change 24
24
],
25
25
"require" : {
26
26
"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 "
30
30
},
31
31
"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 "
34
34
},
35
35
"autoload" : {
36
36
"psr-4" : {
You can’t perform that action at this time.
0 commit comments