Skip to content

Commit 9e68500

Browse files
committed
Drop php 5.5
1 parent 2d8ae34 commit 9e68500

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"request-id"
1010
],
1111
"require": {
12-
"php": "^5.5 || ^7.0",
12+
"php": "^5.6 || ^7.0",
1313
"psr/http-message": "^1.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^4.8.6",
16+
"phpunit/phpunit": "^5.6 || ^6.1.3",
1717
"ramsey/uuid": "^3.0",
1818
"zendframework/zend-diactoros": "^1.1.3"
1919
},

phpunit.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22

33
<phpunit bootstrap="./vendor/autoload.php" colors="true">
44
<testsuites>
5-
<testsuite name="PhpMiddleware\\LogHttpMessages Tests">
5+
<testsuite>
66
<directory>./test</directory>
77
</testsuite>
88
</testsuites>
99

10-
<logging>
11-
<log type="coverage-clover" target="tmp/phpunit-coverage-clover.xml"/>
12-
<log type="coverage-html" target="tmp/" />
13-
</logging>
14-
1510
<filter>
1611
<whitelist processUncoveredFilesFromWhitelist="true">
1712
<directory suffix=".php">./src</directory>

0 commit comments

Comments
 (0)