Skip to content

Commit efc2ca8

Browse files
Test against higher php versions
1 parent 1e489bb commit efc2ca8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ language: php
33
php:
44
- 5.5
55
- 5.6
6+
- 7.0
7+
- 7.1
68

79
env:
810
- LARAVEL_VERSION="4.2.*"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=5.4.0",
14+
"php": ">=5.5.0",
1515
"illuminate/support": ">=4.2",
1616
"illuminate/database": ">=4.2",
1717
"get-stream/stream": "~2.2"

0 commit comments

Comments
 (0)