update php version

This commit is contained in:
Maksim Mikhailov 2021-02-11 22:51:05 +03:00
parent 3a4129a7b5
commit e78049388e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
language: php
php:
- '7.1'
- '7.2'
- '7.4'
- '8.0'
install:

View file

@ -12,7 +12,7 @@
}
],
"require": {
"php": "^7.1.3 | ^8.0",
"php": "^7.2 | ^8.0",
"monolog/monolog": "~1.11 | ^2.0",
"symfony/console": "^4.0 | ^5.0",
"symfony/filesystem": "^4.0 | ^5.0",