From ef79389d52b2ae93d1d381a4fbdb9c203225d89a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Mar 2021 07:19:35 +0100 Subject: update to 1.4.6 --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index ea40a2f..7df9ea6 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,8 @@ "psr/log": "^1.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" + "symfony/phpunit-bridge": "^4.2 || ^5", + "phpstan/phpstan": "^0.12.55" }, "autoload": { "psr-4": { @@ -35,6 +36,7 @@ } }, "scripts": { - "test": "phpunit" + "test": "SYMFONY_PHPUNIT_REMOVE_RETURN_TYPEHINT=1 vendor/bin/simple-phpunit", + "phpstan": "vendor/bin/phpstan analyse" } } -- cgit