From 7704ba918fbbacfd40a87725b2e01fde58b186d0 Mon Sep 17 00:00:00 2001 From: Bruce Wells Date: Wed, 21 Dec 2022 18:52:18 -0500 Subject: Drop php74 (#120) * PHPStan Level 6 * Drop PHP 7.4 support * Add PHPStan badge to readme * Code style cleanup --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 6d3759d..1defb99 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ }, "require-dev": { "phpunit/phpunit": ">=9.0", - "friendsofphp/php-cs-fixer": "^3.8" + "friendsofphp/php-cs-fixer": "^3.8", + "phpstan/phpstan": "^1.9" }, "autoload": { "psr-4": { -- cgit v1.2.3