Skip to content

Commit dfa6f32

Browse files
authored
fix: add PHPUnit 8.x to composer.json to restore PHP 7.2 test support.
1 parent a87d76d commit dfa6f32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
},
2828
"require-dev": {
2929
"mikey179/vfsstream": "1.6.*",
30-
"phpunit/phpunit": "4.* || 5.* || 9.*"
30+
"phpunit/phpunit": "4.* || 5.* || 8.* || 9.*"
3131
}
3232
}

0 commit comments

Comments
 (0)