Skip to content

Commit 0bd0bd2

Browse files
authored
Require PHPUnit 8 or 9.
1 parent fb50095 commit 0bd0bd2

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
@@ -29,7 +29,7 @@
2929
"ext-pcre": "*"
3030
},
3131
"require-dev": {
32-
"phpunit/phpunit": "8.*",
32+
"phpunit/phpunit": "^8 || ^9",
3333
"squizlabs/php_codesniffer": "*",
3434
"phpmd/phpmd": "2.*",
3535
"jblond/php-cli": "^1.0"

0 commit comments

Comments
 (0)