File tree Expand file tree Collapse file tree 3 files changed +26
-10
lines changed Expand file tree Collapse file tree 3 files changed +26
-10
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,16 @@ jobs:
10
10
matrix :
11
11
os : [ubuntu-latest, windows-latest]
12
12
php : [8.0, 7.4]
13
- laravel : [8.*]
14
- stability : [prefer-lowest, prefer- stable]
13
+ laravel : [9.*, 8.*]
14
+ stability : [prefer-stable]
15
15
include :
16
+ - laravel : 9.*
17
+ testbench : 7.*
16
18
- laravel : 8.*
17
19
testbench : 6.*
20
+ exclude :
21
+ - laravel : 9.*
22
+ php : 7.4
18
23
19
24
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
20
25
Original file line number Diff line number Diff line change @@ -51,7 +51,12 @@ The following changes are required when updating:
51
51
52
52
## Changes
53
53
54
+ ### 1.1.0
55
+
56
+ - Add Laravel 9 support
57
+
54
58
### 1.0.1
59
+
55
60
- Add unofficial support for Lumen
56
61
57
62
### 1.0.0
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ^7.4| ^8.0" ,
23
+ "php" : " ^7.4 || ^8.0" ,
24
24
"ext-json" : " *" ,
25
25
"guzzlehttp/guzzle" : " ^7.2" ,
26
- "illuminate/http" : " ^8.0" ,
27
- "illuminate/support" : " ^8.0" ,
26
+ "illuminate/http" : " ^8.0 || ^9.0 " ,
27
+ "illuminate/support" : " ^8.0 || ^9.0 " ,
28
28
"spatie/laravel-package-tools" : " ^1.1"
29
29
},
30
30
"require-dev" : {
31
- "orchestra/testbench" : " ^6 .0" ,
32
- "phpunit/phpunit" : " ^9.3 " ,
33
- "spatie/laravel-ray" : " ^1.12 " ,
34
- "timacdonald/log-fake" : " ^1.9 " ,
35
- "vimeo/psalm" : " ^4.4 "
31
+ "orchestra/testbench" : " ^7 .0" ,
32
+ "phpunit/phpunit" : " ^9.5.10 " ,
33
+ "spatie/laravel-ray" : " ^1.29 " ,
34
+ "timacdonald/log-fake" : " dev-return-types " ,
35
+ "vimeo/psalm" : " ^4.20 "
36
36
},
37
37
"autoload" : {
38
38
"psr-4" : {
44
44
"Bilfeldt\\ LaravelHttpClientLogger\\ Tests\\ " : " tests"
45
45
}
46
46
},
47
+ "repositories" : [
48
+ {
49
+ "type" : " vcs" ,
50
+ "url" : " https://github.com/bilfeldt/log-fake.git"
51
+ }
52
+ ],
47
53
"scripts" : {
48
54
"psalm" : " vendor/bin/psalm" ,
49
55
"test" : " vendor/bin/phpunit --colors=always" ,
You can’t perform that action at this time.
0 commit comments