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 8f6dfcd + 4cbfb24 commit bd281dfCopy full SHA for bd281df
.travis.yml
@@ -1,9 +1,7 @@
1
language: php
2
3
php:
4
- - 7.0
5
- - 7.1
6
- - hhvm
+ - 7.2
7
8
matrix:
9
allow_failures:
composer.json
@@ -10,8 +10,8 @@
10
}
11
],
12
"require": {
13
- "php": ">=7.0.0",
14
- "illuminate/support": "~5.3.0|~5.4.0|~5.5.0",
+ "php": ">=7.1.3",
+ "illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0",
15
"sinergi/browser-detector": "6.1.*"
16
},
17
"require-dev": {
0 commit comments