Add Composer flags

This commit is contained in:
Oliver Davies 2019-04-01 12:43:14 +01:00 committed by GitHub
parent 0a584f0169
commit 6529b3d042
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,11 @@ php:
- 7.2
- 7.3
env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""
before_script:
- composer install --dev --prefer-source --no-interaction