Skip to content

Commit 8dc21b2

Browse files
Add php 7.1 support
1 parent 25b8d2d commit 8dc21b2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ matrix:
88
- php: 5.5
99
- php: 5.6
1010
env: COLLECT_COVERAGE=true
11-
- php: 7
11+
- php: 7.0
12+
- php: 7.1
1213
- php: hhvm
1314

1415
install:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The following versions of PHP are supported by this version.
2727
* PHP 5.5
2828
* PHP 5.6
2929
* PHP 7.0
30+
* PHP 7.1
3031
* HHVM
3132

3233
#### Install in Laravel 4

0 commit comments

Comments
 (0)