File tree 3 files changed +21
-14
lines changed
3 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
fail-fast : true
16
16
matrix :
17
- php : [8.1, 8. 2, 8.3]
18
- laravel : [10 ]
17
+ php : [8.2, 8.3]
18
+ laravel : [11 ]
19
19
20
20
steps :
21
21
- name : Checkout Code
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. This projec
5
5
6
6
## Unreleased
7
7
8
+ ## [ 7.0.0] - 2024-03-14
9
+
10
+ ### Changed
11
+
12
+ - ** BREAKING** Package now requires Laravel 11.
13
+ - Minimum PHP version is now ` 8.2 ` .
14
+
8
15
## [ 6.1.0] - 2024-02-11
9
16
10
17
### Fixed
Original file line number Diff line number Diff line change 22
22
}
23
23
],
24
24
"require" : {
25
- "php" : " ^8.1 " ,
25
+ "php" : " ^8.2 " ,
26
26
"ext-json" : " *" ,
27
- "laravel-json-api/neomerx-json-api" : " ^5.0.1 " ,
28
- "laravel/framework" : " ^10 .0" ,
29
- "nyholm/psr7" : " ^1.2 " ,
27
+ "laravel-json-api/neomerx-json-api" : " ^5.0.2 " ,
28
+ "laravel/framework" : " ^11 .0" ,
29
+ "nyholm/psr7" : " ^1.8 " ,
30
30
"ramsey/uuid" : " ^4.0" ,
31
- "symfony/psr-http-message-bridge" : " ^2 .0"
31
+ "symfony/psr-http-message-bridge" : " ^7 .0"
32
32
},
33
33
"require-dev" : {
34
34
"ext-sqlite3" : " *" ,
35
- "guzzlehttp/guzzle" : " ^7.0 " ,
36
- "laravel-json-api/testing" : " ^2 .0" ,
37
- "laravel/legacy-factories" : " ^1.0.4 " ,
38
- "laravel/ui" : " ^4.2 " ,
39
- "mockery/mockery" : " ^1.1 " ,
40
- "orchestra/testbench" : " ^8 .0" ,
35
+ "guzzlehttp/guzzle" : " ^7.8 " ,
36
+ "laravel-json-api/testing" : " ^3 .0" ,
37
+ "laravel/legacy-factories" : " ^1.4.0 " ,
38
+ "laravel/ui" : " ^4.4 " ,
39
+ "mockery/mockery" : " ^1.6 " ,
40
+ "orchestra/testbench" : " ^9 .0" ,
41
41
"phpunit/phpunit" : " ^10.5"
42
42
},
43
43
"suggest" : {
61
61
},
62
62
"extra" : {
63
63
"branch-alias" : {
64
- "dev-develop" : " 5 .x-dev"
64
+ "dev-develop" : " 7 .x-dev"
65
65
},
66
66
"laravel" : {
67
67
"providers" : [
You can’t perform that action at this time.
0 commit comments