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 8baef02 commit 2765c3bCopy full SHA for 2765c3b
.travis.yml
@@ -20,7 +20,7 @@ before_script:
20
- pecl install krb5
21
- composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
22
- composer update --no-interaction
23
- - 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
24
25
script:
26
- bin/check-syntax.sh
0 commit comments