update tests to new phpunit

This commit is contained in:
Robin Appelman 2021-03-02 17:34:36 +01:00
commit 58f6df3807
11 changed files with 59 additions and 101 deletions

View file

@ -9,12 +9,12 @@
}
],
"require" : {
"php": ">=7.1",
"icewind/streams": ">=0.2.0"
"php": ">=7.3",
"icewind/streams": ">=0.7.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"friendsofphp/php-cs-fixer": "^2.13"
"phpunit/phpunit": "^9.3.8",
"friendsofphp/php-cs-fixer": "^2.16"
},
"autoload" : {
"psr-4": {