From ba419f9715ca9ef8ea58b2d1f85f112b302b281e Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 27 Dec 2019 17:17:40 +0100 Subject: [PATCH] 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 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 69a6bd9..fedb712 100644 --- a/composer.json +++ b/composer.json @@ -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",