File tree 3 files changed +17
-13
lines changed
3 files changed +17
-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.76, 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
+ ## Unreleased
7
+
8
+ ### Changed
9
+
10
+ - Upgraded to Laravel 10.
11
+ - Minimum PHP version is now 8.1.
12
+
6
13
## [ 1.1.0] - 2022-09-14
7
14
8
15
### Added
Original file line number Diff line number Diff line change 23
23
}
24
24
],
25
25
"require" : {
26
- "php" : " ^7.4|^8.0 " ,
27
- "illuminate/support" : " ^8.0|^9 .0" ,
28
- "laravel-json-api/eloquent" : " ^1.0.1|^2 .0" ,
29
- "tenantcloud/laravel-boolean-softdeletes" : " ^3.1|^4 .0"
26
+ "php" : " ^8.1 " ,
27
+ "illuminate/support" : " ^10 .0" ,
28
+ "laravel-json-api/eloquent" : " ^3 .0" ,
29
+ "tenantcloud/laravel-boolean-softdeletes" : " ^5 .0"
30
30
},
31
31
"require-dev" : {
32
- "orchestra/testbench" : " ^6.23|^7 .0" ,
33
- "phpunit/phpunit" : " ^9.5.10 "
32
+ "orchestra/testbench" : " ^8 .0" ,
33
+ "phpunit/phpunit" : " ^9.6.9 "
34
34
},
35
35
"autoload" : {
36
36
"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
- "minimum-stability" : " dev " ,
52
+ "minimum-stability" : " stable " ,
53
53
"prefer-stable" : true ,
54
54
"config" : {
55
55
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments