File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
fail-fast : false
14
14
matrix :
15
15
os : [ubuntu-latest, windows-latest]
16
- php : [8.2]
16
+ php : [8.2, 8.1 ]
17
17
laravel : [10.*]
18
18
dependency-version : [prefer-stable]
19
19
include :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Zero configuration logging of Requests and Responses to database or custom drive
12
12
| Version | Laravel | PHP |
13
13
| ---------| -------------| -------------------------|
14
14
| 1.* | 8.* \| 9.* | 7.4.* \| 8.0.* \| 8.1.* |
15
- | 2.* | 10.* | 8.2 .* |
15
+ | 2.* | 10.* | 8.1 .* \| 8.2. * |
16
16
17
17
## Installation
18
18
Original file line number Diff line number Diff line change 20
20
}
21
21
],
22
22
"require" : {
23
- "php" : " ~8.2.0" ,
23
+ "php" : " ~8.1.0 || ~8. 2.0" ,
24
24
"spatie/laravel-package-tools" : " ^1.4.3" ,
25
25
"illuminate/contracts" : " ^10.0" ,
26
26
"ext-json" : " *"
You can’t perform that action at this time.
0 commit comments