File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 9
9
" request-id"
10
10
],
11
11
"require" : {
12
- "php" : " ^5.5 || ^7.0" ,
12
+ "php" : " ^5.6 || ^7.0" ,
13
13
"psr/http-message" : " ^1.0"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^4.8.6 " ,
16
+ "phpunit/phpunit" : " ^5.6 || ^6.1.3 " ,
17
17
"ramsey/uuid" : " ^3.0" ,
18
18
"zendframework/zend-diactoros" : " ^1.1.3"
19
19
},
Original file line number Diff line number Diff line change 2
2
3
3
<phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
4
4
<testsuites >
5
- <testsuite name = " PhpMiddleware\\LogHttpMessages Tests " >
5
+ <testsuite >
6
6
<directory >./test</directory >
7
7
</testsuite >
8
8
</testsuites >
9
9
10
- <logging >
11
- <log type =" coverage-clover" target =" tmp/phpunit-coverage-clover.xml" />
12
- <log type =" coverage-html" target =" tmp/" />
13
- </logging >
14
-
15
10
<filter >
16
11
<whitelist processUncoveredFilesFromWhitelist =" true" >
17
12
<directory suffix =" .php" >./src</directory >
You can’t perform that action at this time.
0 commit comments