We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 741ca50 commit bd6b59fCopy full SHA for bd6b59f
.travis.yml
@@ -19,7 +19,7 @@ matrix:
19
before_script:
20
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
21
- composer update --no-interaction
22
- - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
+ - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
23
24
script:
25
- bin/check-syntax.sh
0 commit comments