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: php:
- '7.1' - '7.1'
- '7.2' - '7.2'
- '8.0'
install: install:
- composer install - composer install

View file

@ -14,12 +14,12 @@
"require": { "require": {
"php": "^7.1.3 | ^8.0", "php": "^7.1.3 | ^8.0",
"monolog/monolog": "~1.11 | ^2.0", "monolog/monolog": "~1.11 | ^2.0",
"symfony/console": "^4.0", "symfony/console": "^4.0 | ^5.0",
"symfony/filesystem": "^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/finder": "^4.0 | ^5.0",
"symfony/yaml": "^4.0", "symfony/yaml": "^4.0 | ^5.0",
"symfony/process": "^4.0" "symfony/process": "^4.0 | ^5.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.0", "phpunit/phpunit": "^8.0",