We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e489bb commit efc2ca8Copy full SHA for efc2ca8
.travis.yml
@@ -3,6 +3,8 @@ language: php
3
php:
4
- 5.5
5
- 5.6
6
+ - 7.0
7
+ - 7.1
8
9
env:
10
- LARAVEL_VERSION="4.2.*"
composer.json
@@ -11,7 +11,7 @@
11
}
12
],
13
"require": {
14
- "php": ">=5.4.0",
+ "php": ">=5.5.0",
15
"illuminate/support": ">=4.2",
16
"illuminate/database": ">=4.2",
17
"get-stream/stream": "~2.2"
0 commit comments