Skip to content

Commit 769a273

Browse files
committed
Update phpunit to stable
We can not switch to 6.x to have API compatible with 4.8 for older PHP versions. Signed-off-by: Michal Čihař <[email protected]>
1 parent dc6239f commit 769a273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"ext-dbase": "For dbf files parsing"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "~5.2 || ~4.8"
25+
"phpunit/php-code-coverage": "*",
26+
"phpunit/phpunit": "~4.8 || ~5.7"
2627
},
2728
"autoload": {
2829
"psr-4": {

0 commit comments

Comments
 (0)