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" }