Bump requirements to PHP ^7.1

This commit is contained in:
Kamil Kokot
2017-07-10 20:01:40 +02:00
parent c9e5552240
commit 740cf96584
2 changed files with 2 additions and 10 deletions

View File

@@ -2,17 +2,9 @@ language: php
php:
- 7.1
- 7.0
- 5.6
env:
global:
- COMPOSER_OPTIONS=""
matrix:
include:
- php: 5.6
env: COMPOSER_OPTIONS="--prefer-lowest"
- php: nightly
allow_failures:
- php: nightly
@@ -26,7 +18,7 @@ before_install:
- phpenv config-rm xdebug.ini || true
install:
- composer update --prefer-dist $COMPOSER_OPTIONS
- composer update --prefer-dist
script:
- composer validate --strict

View File

@@ -10,7 +10,7 @@
}
],
"require": {
"php": "^5.6|^7.0",
"php": "^7.1",
"behat/behat": "^3.1",
"symfony/http-kernel": "^2.7|^3.0"