File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ matrix:
12
12
env : ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
13
13
- php : 7.2
14
14
env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
15
+ - php : 7.3
16
+ env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
15
17
- php : 7.3
16
18
env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
17
19
- php : 7.3
Original file line number Diff line number Diff line change 17
17
"require" : {
18
18
"php" : " ^7.1" ,
19
19
"codezero/dotenv-updater" : " ^1.1" ,
20
- "illuminate/support" : " ^5.7|^6.0"
20
+ "illuminate/support" : " ^5.7|^6.0|^7.0 "
21
21
},
22
22
"require-dev" : {
23
- "orchestra/testbench" : " ^3.7|^4.0" ,
24
- "phpunit/phpunit" : " ^7.0|^8.0"
23
+ "orchestra/testbench" : " ^3.7|^4.0|^5.0 " ,
24
+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0 "
25
25
},
26
26
"scripts" : {
27
27
"test" : " phpunit"
You can’t perform that action at this time.
0 commit comments