Skip to content

Commit fa25b35

Browse files
committed
[TASK] Also allow higher versions of PHPUnit
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 fa25b35

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 || ^8.5.39"
3131
},
3232
"suggest": {
3333
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)