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

View File

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