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
|
- $HOME/.composer/cache
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '7.0'
|
|
||||||
- '7.1'
|
- '7.1'
|
||||||
- '7.2'
|
- '7.2'
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.0",
|
"php": ">=7.1",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"jms/serializer": "1.13.*",
|
"jms/serializer": "1.13.*",
|
||||||
|
Loading…
Reference in New Issue
Block a user