Use locked version of PHPStan to avoid accidental build failures

parent 77666f06
......@@ -427,7 +427,7 @@ jobs:
- stage: Code Quality
env: DB=none STATIC_ANALYSIS
install: travis_retry composer update --prefer-dist
install: travis_retry composer install --prefer-dist
script: vendor/bin/phpstan analyse
- stage: Coding standard
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment