File tree Expand file tree Collapse file tree 3 files changed +16
-13
lines changed Expand file tree Collapse file tree 3 files changed +16
-13
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 : [7.4, '8.0', 8.1, 8.2]
18
- laravel : [8, 9]
19
- exclude :
20
- - php : 7.4
21
- laravel : 9
17
+ php : [8.1, 8.2]
18
+ laravel : [10]
22
19
23
20
steps :
24
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
+ ## [ 2.0.0] - 2023-02-14
7
+
8
+ ### Changed
9
+
10
+ - Upgraded to Laravel 10 and set minimum PHP version to ` 8.1 ` .
11
+
6
12
## [ 1.1.2] - 2023-01-15
7
13
8
14
### Fixed
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^7.4|^8.0 " ,
26
+ "php" : " ^8.1 " ,
27
27
"ext-json" : " *" ,
28
- "cloudcreativity/json-api-testing" : " ^3.3|^4.0 " ,
29
- "illuminate/http" : " ^8.0|^9 .0" ,
30
- "illuminate/support" : " ^8.0|^9 .0" ,
31
- "illuminate/testing" : " ^8.0|^9 .0"
28
+ "cloudcreativity/json-api-testing" : " ^4.1 " ,
29
+ "illuminate/http" : " ^10 .0" ,
30
+ "illuminate/support" : " ^10 .0" ,
31
+ "illuminate/testing" : " ^10 .0"
32
32
},
33
33
"require-dev" : {
34
- "laravel/framework" : " ^8.0|^9 .0" ,
35
- "phpunit/phpunit" : " ^9.5.10 "
34
+ "laravel/framework" : " ^10 .0" ,
35
+ "phpunit/phpunit" : " ^9.5.28 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
46
46
},
47
47
"extra" : {
48
48
"branch-alias" : {
49
- "dev-develop" : " 1 .x-dev"
49
+ "dev-develop" : " 2 .x-dev"
50
50
}
51
51
},
52
52
"minimum-stability" : " stable" ,
You can’t perform that action at this time.
0 commit comments