Skip to content

Commit df0ac7c

Browse files
authored
[TASK] Use fixed PHPUnit versions (#726)
This avoids build breakage when a new version of PHPUnit gets released.
1 parent 81c426f commit df0ac7c

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 || ^6.5.14 || ^7.5.20 || ^8.5.40"
30+
"phpunit/phpunit": "5.7.27 || 6.5.14 || 7.5.20 || 8.5.40"
3131
},
3232
"suggest": {
3333
"ext-mbstring": "for parsing UTF-8 CSS"

0 commit comments

Comments
 (0)