From 488ecc037736c9bbc7c1844e3547abfb0b28212a Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Fri, 12 Apr 2019 19:30:44 +0100 Subject: [PATCH] Use psalm --shepherd --- .travis.yml | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 683f387..f3cd9fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ jobs: install: composer install --prefer-dist --no-interaction --no-progress script: - '[ -z "$TRAVIS_TAG" ] || [ "$TRAVIS_TAG" == "$(php -r "require(\"vendor/autoload.php\"); echo Erusev\Parsedown\Parsedown::version;")" ]' - - composer test-static + - composer test-static -- --shepherd - composer test-formatting - composer test-dead-code diff --git a/composer.json b/composer.json index 898c90a..0e8ae9d 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ }, "require-dev": { "phpunit/phpunit": "^7.4||^6.5.13||^5.7.27||^4.8.36", - "vimeo/psalm": "^3.0.11", + "vimeo/psalm": "^3.2.7", "friendsofphp/php-cs-fixer": "^2.13", "infection/infection": "^0.12.0" },