File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 55 - $HOME/.composer/cache
66
77php :
8- - 7.1
98 - 7.2
10- - 7.3
119
1210env :
1311 - ILLUMINATE_VERSION=5.5.*
1412 - ILLUMINATE_VERSION=5.7.*
1513 - ILLUMINATE_VERSION=5.6.*
1614 - ILLUMINATE_VERSION=5.8.*
1715 - ILLUMINATE_VERSION=^6.0
16+ - ILLUMINATE_VERSION=^7.0
1817
19- matrix : # Laravel 6.0 does not support PHP 7.1
20- exclude :
21- - php : 7.1
22- env : ILLUMINATE_VERSION=^6.0
18+ dist : xenial
2319
2420before_install :
2521 - composer require illuminate/support:${ILLUMINATE_VERSION} illuminate/http:${ILLUMINATE_VERSION} --no-update
Original file line number Diff line number Diff line change 2323 "illuminate/http" : " ^5.5 || ^6.0"
2424 },
2525 "require-dev" : {
26- "orchestra/testbench" : " ^3.5 || ^4.0" ,
26+ "orchestra/testbench" : " ^3.5 || ^4.0 || ^5.0 " ,
2727 "phpunit/phpunit" : " ^6.0 || ^7.0 || ^8.0" ,
2828 "mockery/mockery" : " ^1.0"
2929 },
You can’t perform that action at this time.
0 commit comments