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 @@ -16,6 +16,8 @@ matrix:
1616 env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
1717 - php : 7.2
1818 env : ILLUMINATE_VERSION=5.6.* TESTBENCH_VERSION=3.6.*
19+ - php : 7.3
20+ env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1921 - php : 7.3
2022 env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
2123 - php : 7.3
Original file line number Diff line number Diff line change 2323 "require" : {
2424 "php" : " ^7.1" ,
2525 "codezero/browser-locale" : " ^3.0" ,
26- "illuminate/support" : " ^5.6|^6.0"
26+ "illuminate/support" : " ^5.6|^6.0|^7.0 "
2727 },
2828 "require-dev" : {
2929 "mockery/mockery" : " ^1.0" ,
30- "orchestra/testbench" : " ^3.6|^4.0" ,
31- "phpunit/phpunit" : " ^7.0|^8.0"
30+ "orchestra/testbench" : " ^3.6|^4.0|^5.0 " ,
31+ "phpunit/phpunit" : " ^7.0|^8.0|^9.0 "
3232 },
3333 "scripts" : {
3434 "test" : " phpunit"
You can’t perform that action at this time.
0 commit comments