Remove PHP 7.0 from Travis, increase minimum PHP version in composer.json
This commit is contained in:
parent
fdb5443d25
commit
3a3bf0eda7
@ -5,7 +5,6 @@ cache:
|
||||
- $HOME/.composer/cache
|
||||
|
||||
php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
"php": ">=7.1",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"jms/serializer": "1.13.*",
|
||||
|
Loading…
Reference in New Issue
Block a user