Added vimeo/psalm dependency

`vimeo/psalm` won't be (for now) used to
scan the internals of the library, but just
the public API to be exposed to third parties
This commit is contained in:
Marco Pivetta
2019-12-27 17:17:40 +01:00
committed by Ben Ramsey
parent 667d42b5ce
commit ba419f9715
+2 -1
View File
@@ -32,7 +32,8 @@
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5"
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^3.7.2"
},
"suggest": {
"ext-ctype": "Provides support for PHP Ctype functions",