File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
matrix :
4
- exclude :
5
- - env : LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
6
- php : 7.2
7
- - env : LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
8
- php : 7.1
9
- - env : LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
10
- php : 7.1
11
- - env : LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
12
- php : 7.1
13
4
14
5
php :
15
- - 7.1
16
- - 7.2
17
6
- 7.3
18
7
- 7.4
8
+ - 8.0
19
9
20
10
cache :
21
11
directories :
26
16
- LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
27
17
- LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
28
18
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
29
- - LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
30
19
31
20
before_script :
32
21
- composer self-update
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Guarantee database stickiness over the same user's consecutive requests.
4
4
5
5
## Requirements
6
6
7
- - PHP: ^7.1
8
- - Laravel: ^5.8 || ^ 6.0 || ^7.0 || ^8.0
7
+ - PHP: ^7.3 || ^8.0
8
+ - Laravel: ^6.0 || ^7.0 || ^8.0
9
9
10
10
## Installing
11
11
Original file line number Diff line number Diff line change 21
21
}
22
22
},
23
23
"require" : {
24
- "php" : " ^7.1 || ^8.0" ,
24
+ "php" : " ^7.3 || ^8.0" ,
25
25
"ext-pdo" : " *" ,
26
- "illuminate/container" : " ^5.8 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
27
- "illuminate/contracts" : " ^5.8 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
28
- "illuminate/database" : " ^5.8 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
29
- "illuminate/queue" : " ^5.8 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
30
- "illuminate/support" : " ^5.8 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0"
26
+ "illuminate/container" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
27
+ "illuminate/contracts" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
28
+ "illuminate/database" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
29
+ "illuminate/queue" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
30
+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0"
31
31
},
32
32
"require-dev" : {
33
33
"orchestra/testbench" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments