Skip to content

Commit

Permalink
Bump requirements to PHP ^7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jul 10, 2017
1 parent 6019ee6 commit fcaa9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^5.6|^7.0",
"php": "^7.1",

"behat/behat": "^3.1",
"symfony/dependency-injection": "^2.8|^3.0"
Expand Down

0 comments on commit fcaa9fa

Please sign in to comment.