Bump PHPunit version

The stubs we're providing are for namespace version of PHPUnit classes,
and those are only available since PHPUnit 6.0
This commit is contained in:
Bruce Weirdan 2019-02-14 13:45:18 +02:00
parent 8b0805670e
commit 6a2552a210
No known key found for this signature in database
GPG Key ID: CFC3AAB181751B0D

View File

@ -10,7 +10,7 @@
}
],
"require": {
"phpunit/phpunit": "^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^6.0 || ^7.0 || ^8.0",
"vimeo/psalm": "^3.0 || dev-master",
"composer/semver": "^1.4",
"muglug/package-versions-56": "^1.2"