1
0
mirror of synced 2025-01-18 19:31:41 +03:00

Remove PHP 7.0 from Travis, increase minimum PHP version in composer.json

This commit is contained in:
Pavel 2019-06-21 11:46:13 +03:00
parent fdb5443d25
commit 3a3bf0eda7
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@ cache:
- $HOME/.composer/cache
php:
- '7.0'
- '7.1'
- '7.2'

View File

@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"jms/serializer": "1.13.*",