File tree Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Expand file tree Collapse file tree 3 files changed +7
-20
lines changed Original file line number Diff line number Diff line change 11language : php
22
33matrix :
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
134
145php :
15- - 7.1
16- - 7.2
176 - 7.3
187 - 7.4
8+ - 8.0
199
2010cache :
2111 directories :
2616 - LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
2717 - LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
2818 - LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
29- - LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
30- - LARAVEL_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
31- - LARAVEL_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
3219
3320before_script :
3421 - composer self-update
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Null Guard for Laravel. Designed for Middleware-based authentication and testing
88
99## Requirements
1010
11- - PHP: ^7.1
12- - Laravel: ^5.6 || ^ 6.0 || ^7.0 || ^8.0
11+ - PHP: ^7.3 || ^8.0
12+ - Laravel: ^6.0 || ^7.0 || ^8.0
1313
1414## Installing
1515
Original file line number Diff line number Diff line change 2121 }
2222 },
2323 "require" : {
24- "php" : " ^7.1 || ^8.0" ,
25- "illuminate/auth" : " ^5.6 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
26- "illuminate/contracts" : " ^5.6 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0" ,
27- "illuminate/support" : " ^5.6 || ^ 6.0 || ^7.0 || ^8.0 || ^9.0"
24+ "php" : " ^7.3 || ^8.0" ,
25+ "illuminate/auth" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
26+ "illuminate/contracts" : " ^6.0 || ^7.0 || ^8.0 || ^9.0" ,
27+ "illuminate/support" : " ^6.0 || ^7.0 || ^8.0 || ^9.0"
2828 },
2929 "require-dev" : {
3030 "orchestra/testbench" : " ^6.0" ,
You can’t perform that action at this time.
0 commit comments