Skip to content

Commit 245aa2f

Browse files
committed
chore: allow PHPUnit ^9
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
1 parent f139892 commit 245aa2f

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
@@ -36,7 +36,7 @@
3636
"require-dev": {
3737
"friendsofphp/php-cs-fixer": "^2.15",
3838
"phan/phan": "^2.2",
39-
"phpunit/phpunit": "^7.2 || ^8.2",
39+
"phpunit/phpunit": "^7.2 || ^8.2 || ^9",
4040
"squizlabs/php_codesniffer": "^3.5"
4141
},
4242
"config": {

0 commit comments

Comments
 (0)