Skip to content

Commit c339830

Browse files
authored
[TASK] Also allow higher versions of PHPUnit (#682)
This hopefully will allow us to run the unit tests for all PHP version that we claim to support, i.e., from 5.6.x to currently 8.4.x.
1 parent 895f7ad commit c339830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"ext-iconv": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^5.7.27"
30+
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.39"
3131
},
3232
"suggest": {
3333
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)