File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ build
2+ composer.lock
3+ docs
4+ vendor
5+ coverage
6+ .phpunit.result.cache
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: php
33php :
44 - 7.2
55 - 7.3
6+ - 7.4
67
78env :
89 matrix :
Original file line number Diff line number Diff line change 2222 ],
2323 "require" : {
2424 "php" : " ^7.2" ,
25- "illuminate/support" : " ^6.0 |^7.0"
25+ "illuminate/support" : " ^6.5 |^7.0"
2626 },
2727 "require-dev" : {
28- "orchestra/testbench" : " ^4.0" ,
28+ "orchestra/testbench" : " ^4.0|^5.0 " ,
2929 "phpunit/phpunit" : " ^8.0"
3030 },
3131 "autoload" : {
Original file line number Diff line number Diff line change 2222 <logging >
2323 <log type =" tap" target =" build/report.tap" />
2424 <log type =" junit" target =" build/report.junit.xml" />
25- <log type =" coverage-html" target =" build/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
25+ <log type =" coverage-html" target =" build/coverage" />
2626 <log type =" coverage-text" target =" build/coverage.txt" />
2727 <log type =" coverage-clover" target =" build/logs/clover.xml" />
2828 </logging >
You can’t perform that action at this time.
0 commit comments