From ff427489f0472be56073280f95723357ffb366d5 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 18 Nov 2018 22:18:42 -0500 Subject: [PATCH] Add back Psalm requirement --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6149b84..7f866ab 100755 --- a/composer.json +++ b/composer.json @@ -10,7 +10,8 @@ } ], "require": { - "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0" + "phpunit/phpunit": "^5.0 || ^6.0 || ^7.0", + "vimeo/psalm": "^3.0" }, "require-dev": { "squizlabs/php_codesniffer": "^3.3"