From d8a356afde0139553ecc735ec5d865383e7f81ca Mon Sep 17 00:00:00 2001 From: Greg Bowler Date: Tue, 15 Feb 2022 18:59:28 +0000 Subject: [PATCH] Depend on PHPStan for development This is for #89 - to ensure correct type hints are provided to developers who use IDEs. --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5725d1a..56d3863 100644 --- a/composer.json +++ b/composer.json @@ -26,6 +26,7 @@ }, "require-dev": { "symfony/phpunit-bridge": "^5.0", - "phpunit/phpunit": "^9.5" + "phpunit/phpunit": "^9.5", + "phpstan/phpstan": "^1.4" } }