PHPUnit 6 instead of 4, to get rid of wrapper

The TestCase wrapper caused PhpStorm to show warnings about
multiple implementations

Fixes #188

Improved some type hints in DocBlocks
This commit is contained in:
Petri Haikonen
2020-04-08 23:08:55 +03:00
committed by Fonata
parent 89429ebd60
commit b4e4c14b42
6 changed files with 38 additions and 44 deletions

View File

@@ -34,7 +34,8 @@
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "4.1.*"
"phpunit/phpunit": "^6",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"illuminate/support": "Fluent array interface for map functions"