File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 19
19
],
20
20
"require" : {
21
21
"php" : " ^7.4" ,
22
- "illuminate/support " : " ^8 "
22
+ "laravel/framework " : " >=6.0@dev "
23
23
},
24
24
"require-dev" : {
25
25
"friendsofphp/php-cs-fixer" : " ^2.16" ,
26
26
"symfony/var-dumper" : " ^5.0" ,
27
- "orchestra/testbench" : " ^5 .0" ,
27
+ "orchestra/testbench" : " ^4.10||^5.0||^6 .0" ,
28
28
"phpunit/phpunit" : " ^9.0"
29
29
},
30
30
"autoload" : {
Original file line number Diff line number Diff line change 8
8
convertNoticesToExceptions =" true"
9
9
convertWarningsToExceptions =" true"
10
10
processIsolation =" false"
11
- stopOnFailure =" false " >
11
+ stopOnFailure =" true " >
12
12
<testsuites >
13
- <testsuite name =" Package Test Suite" >
13
+ <testsuite name =" Test Suite" >
14
14
<directory >tests</directory >
15
15
</testsuite >
16
16
</testsuites >
20
20
</whitelist >
21
21
</filter >
22
22
<logging >
23
+ <log type =" tap" target =" build/report.tap" />
23
24
<log type =" junit" target =" build/report.junit.xml" />
24
- <log type =" coverage-html" target =" build/coverage" />
25
+ <log type =" coverage-html" target =" build/coverage" charset = " UTF-8 " yui = " true " highlight = " true " />
25
26
<log type =" coverage-text" target =" build/coverage.txt" />
26
27
<log type =" coverage-clover" target =" build/logs/clover.xml" />
27
28
</logging >
You can’t perform that action at this time.
0 commit comments