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.
2 parents e1ebb0e + 8bafb59 commit 0d7558aCopy full SHA for 0d7558a
.travis.yml
@@ -2,6 +2,7 @@ language: php
2
3
php:
4
- 7.0
5
+ - 7.1
6
- hhvm
7
8
matrix:
composer.json
@@ -12,8 +12,8 @@
12
"minimum-stability": "stable",
13
"require": {
14
"php": ">=5.6.4",
15
- "illuminate/support": "~5.2.0|~5.3.0",
16
- "sinergi/browser-detector": "6.0.*"
+ "illuminate/support": "~5.4.0",
+ "sinergi/browser-detector": "6.1.*"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "5.3.*",
0 commit comments