File tree 3 files changed +12
-6
lines changed
3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : true
16
16
matrix :
17
17
php : [8.2, 8.3, 8.4]
18
- laravel : [11]
18
+ laravel : [11, 12 ]
19
19
20
20
steps :
21
21
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.2.0] - 2025-03-21
9
+
10
+ ### Added
11
+
12
+ - Package now supports Laravel 12.
13
+
8
14
## [ 7.1.0] - 2025-01-11
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 25
25
"php" : " ^8.2" ,
26
26
"ext-json" : " *" ,
27
27
"laravel-json-api/neomerx-json-api" : " ^5.0.3" ,
28
- "laravel/framework" : " ^11.0" ,
28
+ "laravel/framework" : " ^11.0|^12.0 " ,
29
29
"nyholm/psr7" : " ^1.8" ,
30
30
"ramsey/uuid" : " ^4.0" ,
31
31
"symfony/psr-http-message-bridge" : " ^7.0"
32
32
},
33
33
"require-dev" : {
34
34
"ext-sqlite3" : " *" ,
35
35
"guzzlehttp/guzzle" : " ^7.8" ,
36
- "laravel-json-api/testing" : " ^3.0 " ,
36
+ "laravel-json-api/testing" : " ^3.1 " ,
37
37
"laravel/legacy-factories" : " ^1.4.0" ,
38
- "laravel/ui" : " ^4.4 " ,
38
+ "laravel/ui" : " ^4.6 " ,
39
39
"mockery/mockery" : " ^1.6" ,
40
- "orchestra/testbench" : " ^9.0" ,
41
- "phpunit/phpunit" : " ^10.5"
40
+ "orchestra/testbench" : " ^9.0|^10.0 " ,
41
+ "phpunit/phpunit" : " ^10.5|^11.0 "
42
42
},
43
43
"suggest" : {
44
44
"cloudcreativity/json-api-testing" : " Required to use the test helpers."
You can’t perform that action at this time.
0 commit comments