File tree Expand file tree Collapse file tree 3 files changed +15
-10
lines changed Expand file tree Collapse file tree 3 files changed +15
-10
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 3
3
All notable changes to this project will be documented in this file. This project adheres to
4
4
[ Semantic Versioning] ( http://semver.org/ ) and [ this changelog format] ( http://keepachangelog.com/ ) .
5
5
6
- ## Unreleased
6
+ ## Unreleased (Laravel 11)
7
+
8
+ ### Changed
9
+
10
+ - ** BREAKING** Package now requires Laravel 11.
11
+ - Minimum PHP version is now ` 8.2 ` .
7
12
8
13
## [ 2.0.1] - 2023-10-29
9
14
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^8.1 " ,
26
+ "php" : " ^8.2 " ,
27
27
"ext-json" : " *" ,
28
- "illuminate/contracts" : " ^10 .0" ,
29
- "illuminate/pipeline" : " ^10 .0" ,
30
- "illuminate/support" : " ^10 .0" ,
31
- "laravel-json-api/core" : " ^3 .0"
28
+ "illuminate/contracts" : " ^11 .0" ,
29
+ "illuminate/pipeline" : " ^11 .0" ,
30
+ "illuminate/support" : " ^11 .0" ,
31
+ "laravel-json-api/core" : " ^4 .0"
32
32
},
33
33
"require-dev" : {
34
- "orchestra/testbench" : " ^8 .0" ,
34
+ "orchestra/testbench" : " ^9 .0" ,
35
35
"phpunit/phpunit" : " ^10.5"
36
36
},
37
37
"autoload" : {
46
46
},
47
47
"extra" : {
48
48
"branch-alias" : {
49
- "dev-develop" : " 2 .x-dev"
49
+ "dev-develop" : " 3 .x-dev"
50
50
},
51
51
"laravel" : {
52
52
"providers" : [
You can’t perform that action at this time.
0 commit comments