Drop support for PHP 7.0

This commit is contained in:
Henrique Moody 2017-11-19 18:07:22 +01:00
parent b10206bd28
commit 0bb9b14658
No known key found for this signature in database
GPG key ID: 221E9281655813A6
2 changed files with 2 additions and 4 deletions

View file

@ -8,15 +8,13 @@ cache:
matrix:
include:
- php: 7.0
- php: 7.1
env: COMPOSER_ARGUMENTS="--prefer-lowest --prefer-stable"
- php: 7.0
- php: 7.1
- php: 7.2
- php: nightly
allow_failures:
- php: nightly
- php: 7.2
fast_finish: true
before_script:

View file

@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.0",
"php": ">=7.1",
"symfony/polyfill-mbstring": "^1.2"
},
"require-dev": {