update all dependencies and php8 in travis

This commit is contained in:
Maksim Mikhailov 2021-02-11 20:16:01 +03:00
parent f2239b6156
commit 3a4129a7b5
2 changed files with 5 additions and 4 deletions

1
.travis.yml Normal file → Executable file
View File

@ -2,6 +2,7 @@ language: php
php:
- '7.1'
- '7.2'
- '8.0'
install:
- composer install

View File

@ -14,12 +14,12 @@
"require": {
"php": "^7.1.3 | ^8.0",
"monolog/monolog": "~1.11 | ^2.0",
"symfony/console": "^4.0",
"symfony/console": "^4.0 | ^5.0",
"symfony/filesystem": "^4.0 | ^5.0",
"symfony/event-dispatcher": "^4.0",
"symfony/event-dispatcher": "^4.0 | ^5.0",
"symfony/finder": "^4.0 | ^5.0",
"symfony/yaml": "^4.0",
"symfony/process": "^4.0"
"symfony/yaml": "^4.0 | ^5.0",
"symfony/process": "^4.0 | ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",