mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-11-26 20:15:08 +01:00
rolling back constraint
supporting newer versions of phpunit leads to an issue where if `Foo extends TestCase` and `TestCase::setUp()` does not explicitly return void, failure occurs. see psalm/phpunit-psalm-plugin#53
This commit is contained in:
parent
4330aea865
commit
e113531999
@ -17,7 +17,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"squizlabs/php_codesniffer": "^3.3.1",
|
||||
"codeception/base": "^3.0",
|
||||
"codeception/base": "^2.5",
|
||||
"weirdan/codeception-psalm-module": "^0.2.2"
|
||||
},
|
||||
"extra": {
|
||||
|
Loading…
Reference in New Issue
Block a user