This repository was archived by the owner on Nov 21, 2023. It is now read-only.
File tree 3 files changed +10
-5
lines changed
3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ language: php
2
2
3
3
matrix :
4
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
5
9
- env : LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
6
10
php : 7.1
7
11
- env : LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
19
23
- $HOME/.composer/cache
20
24
21
25
env :
26
+ - LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
22
27
- LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
23
28
- LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
24
29
- LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Convert `has()` and `whereHas()` constraints to non-dependent subqueries.
5
5
## Requirements
6
6
7
7
- PHP: ^7.1
8
- - Laravel: ^5.8 || ^6.0 || ^7.0
8
+ - Laravel: ^5.8 || ^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" ,
25
- "illuminate/database" : " ^5.8 || ^6.0 || ^7.0 || ^8.0" ,
26
- "illuminate/support" : " ^5.8 || ^6.0 || ^7.0 || ^8.0"
24
+ "php" : " ^7.1 || ^8.0 " ,
25
+ "illuminate/database" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 " ,
26
+ "illuminate/support" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 "
27
27
},
28
28
"require-dev" : {
29
- "orchestra/testbench" : " ^5 .0" ,
29
+ "orchestra/testbench" : " ^6 .0" ,
30
30
"friendsofphp/php-cs-fixer" : " ^2.16" ,
31
31
"php-coveralls/php-coveralls" : " ^2.1" ,
32
32
"nilportugues/sql-query-formatter" : " ^1.2" ,
You can’t perform that action at this time.
0 commit comments