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:
SignpostMarv 2020-02-07 13:13:10 +00:00 committed by GitHub
parent 4330aea865
commit e113531999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {