Fix composer install on travis

This commit is contained in:
Nemo 2020-02-24 23:47:34 +05:30
parent f14f923c26
commit cc55f45269
1 changed files with 2 additions and 1 deletions

View File

@ -2,4 +2,5 @@ language: php
php:
- '7.2'
- '7.3'
- '7.4'
- '7.4'
install: composer install