make tests compatible with phpunit for php8

This commit is contained in:
Willem Wollebrants 2021-07-07 11:52:59 +02:00
parent 035eca3093
commit fe2ca630fb

View File

@ -16,7 +16,7 @@
"php": ">=5.3.2" "php": ">=5.3.2"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">=4.8.35 <9" "phpunit/phpunit": ">=4.8.35"
}, },
"suggest": { "suggest": {
"ext-mbstring": "It can support the multiple bytes string length." "ext-mbstring": "It can support the multiple bytes string length."