Update tests to use PHPUnit 8
... | ... | @@ -17,5 +17,8 @@ |
"psr-0": { | ||
"HAB\\Pica": "src/" | ||
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8" | ||
} | ||
} |
Please register or sign in to comment
... | ... | @@ -17,5 +17,8 @@ |
"psr-0": { | ||
"HAB\\Pica": "src/" | ||
} | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8" | ||
} | ||
} |