Skip to content

Commit

Permalink
Bump minimum PHP version to 7 in Composer + Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Apr 10, 2018
1 parent e6b03de commit ae076a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
language: php
php:
- 5.6
- 7
- 7.1
- 7.2
- nightly

matrix:
include:
- php: "hhvm"
env:
- NO_COVERAGE=1
- BZION_HHVM=1
allow_failures:
- php: hhvm
- php: nightly
fast_finish: true

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-3.0-only",

"require": {
"php": ">=5.6",
"php": ">=7.0.9",
"ext-PDO": "*",
"ext-gd": "*",
"ext-pdo_mysql": "*",
Expand Down Expand Up @@ -112,7 +112,7 @@
},
"config": {
"platform": {
"php": "5.6.0"
"php": "7.0.9"
},
"sort-packages": true
},
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae076a4

Please sign in to comment.