File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ services:
55
66matrix :
77 exclude :
8+ - env : LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
9+ php : 7.2
10+ - env : LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
11+ php : 7.1
812 - env : LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
913 php : 7.1
1014 - env : LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
2226 - $HOME/.composer/cache
2327
2428env :
29+ - LARAVEL_VERSION=^8.0 TESTBENCH_VERSION=^6.0
2530 - LARAVEL_VERSION=^7.0 TESTBENCH_VERSION=^5.0
2631 - LARAVEL_VERSION=^6.0 TESTBENCH_VERSION=^4.0
2732 - LARAVEL_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A tiny extension of `MySqlConnection` that manages **session** system variables
55## Requirements
66
77- PHP: ^7.1
8- - Laravel: ^5.8 || ^6.0 || ^7.0
8+ - Laravel: ^5.8 || ^6.0 || ^7.0 || ^8.0
99
1010## Installing
1111
Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^7.1" ,
2525 "ext-pdo" : " *" ,
26- "illuminate/support" : " ^5.8 || ^6.0 || ^7.0 || ^8.0" ,
27- "illuminate/database" : " ^5.8 || ^6.0 || ^7.0 || ^8.0" ,
26+ "illuminate/support" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 " ,
27+ "illuminate/database" : " ^5.8 || ^6.0 || ^7.0 || ^8.0 || ^9.0 " ,
2828 "mpyw/unclosure" : " ^1.0" ,
2929 "mpyw/laravel-pdo-emulation-control" : " ^1.0"
3030 },
3131 "require-dev" : {
32- "orchestra/testbench" : " ^5.0" ,
33- "laravel/framework" : " ^7.0" ,
32+ "orchestra/testbench" : " ^6.0" ,
3433 "friendsofphp/php-cs-fixer" : " ^2.15"
3534 }
3635}
You can’t perform that action at this time.
0 commit comments