mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-30 04:29:08 +01:00
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:
parent
8b0805670e
commit
6a2552a210
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user