We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b8d2d commit 8dc21b2Copy full SHA for 8dc21b2
.travis.yml
@@ -8,7 +8,8 @@ matrix:
8
- php: 5.5
9
- php: 5.6
10
env: COLLECT_COVERAGE=true
11
- - php: 7
+ - php: 7.0
12
+ - php: 7.1
13
- php: hhvm
14
15
install:
README.md
@@ -27,6 +27,7 @@ The following versions of PHP are supported by this version.
27
* PHP 5.5
28
* PHP 5.6
29
* PHP 7.0
30
+* PHP 7.1
31
* HHVM
32
33
#### Install in Laravel 4
0 commit comments