Skip to content

Commit cdbe40c

Browse files
committed
Allow phpunit 9.x
Signed-off-by: William Desportes <[email protected]>
1 parent 98c76ca commit cdbe40c

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
@@ -26,7 +26,7 @@
2626
"phpstan/phpstan": "^0.12.3",
2727
"phpstan/phpstan-phpunit": "^0.12.1",
2828
"phpunit/php-code-coverage": "*",
29-
"phpunit/phpunit": "^7.4 || ^8"
29+
"phpunit/phpunit": "^7.4 || ^8 || ^9"
3030
},
3131
"conflict": {
3232
"phpmyadmin/motranslator": "<3.0"

0 commit comments

Comments
 (0)