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:
1212 env : ILLUMINATE_VERSION=5.8.* TESTBENCH_VERSION=3.8.*
1313 - php : 7.2
1414 env : ILLUMINATE_VERSION=5.7.* TESTBENCH_VERSION=3.7.*
15+ - php : 7.3
16+ env : ILLUMINATE_VERSION=7.* TESTBENCH_VERSION=5.*
1517 - php : 7.3
1618 env : ILLUMINATE_VERSION=6.* TESTBENCH_VERSION=4.*
1719 - php : 7.3
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "php" : " ^7.1" ,
1919 "codezero/dotenv-updater" : " ^1.1" ,
20- "illuminate/support" : " ^5.7|^6.0"
20+ "illuminate/support" : " ^5.7|^6.0|^7.0 "
2121 },
2222 "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 "
2525 },
2626 "scripts" : {
2727 "test" : " phpunit"
You can’t perform that action at this time.
0 commit comments