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 bd71f68 commit 9357c1aCopy full SHA for 9357c1a
.travis.yml
@@ -30,6 +30,7 @@ cache:
30
before_script:
31
- if [[ SCRUTINIZER != '1' ]]; then phpenv config-rm xdebug.ini || true; fi
32
- composer self-update
33
+ - if [[ ${TRAVIS_PHP_VERSION:0:1} == "8" ]]; then composer config platform.php 7.4; fi
34
- composer update $COMPOSER_FLAGS --prefer-dist
35
36
script:
0 commit comments