Skip to content

Commit

Permalink
Add php 7.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin committed May 10, 2017
1 parent 25b8d2d commit 8dc21b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ matrix:
- php: 5.5
- php: 5.6
env: COLLECT_COVERAGE=true
- php: 7
- php: 7.0
- php: 7.1
- php: hhvm

install:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ The following versions of PHP are supported by this version.
* PHP 5.5
* PHP 5.6
* PHP 7.0
* PHP 7.1
* HHVM

#### Install in Laravel 4
Expand Down

0 comments on commit 8dc21b2

Please sign in to comment.