From 45fd1bf08bfc39589e65fa4137ec0fd3eaed0261 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Mon, 18 Jun 2018 21:43:18 +0100 Subject: [PATCH] silence psalm a little; bump parallel-lint version --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1e68a5da..bf587dd6 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,8 @@ "check-format": "php-cs-fixer fix --ansi --dry-run --diff", "format": "php-cs-fixer fix --ansi", "lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .", - "test": "@php ./vendor/bin/phpunit tests/" + "test": "@php ./vendor/bin/phpunit tests/", + "psalm": "@php ./vendor/bin/psalm --show-info=false " }, "require": { "php": ">=5.2" @@ -15,7 +16,7 @@ "require-dev": { "friendsofphp/php-cs-fixer": "^2.7", "vimeo/psalm":"^1.0", - "jakub-onderka/php-parallel-lint": "^0.9.2", + "jakub-onderka/php-parallel-lint": "^1.0", "phpunit/phpunit": "^5.7", "zendframework/zendframework1": "^1.12.0" }