Skip to content

Commit bd281df

Browse files
Merge pull request #22 from unicodeveloper/support-laravel56
chore(identify): Bump PHP version and Illuminate support version
2 parents 8f6dfcd + 4cbfb24 commit bd281df

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: php
22

33
php:
4-
- 7.0
5-
- 7.1
6-
- hhvm
4+
- 7.2
75

86
matrix:
97
allow_failures:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.0.0",
14-
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0",
13+
"php": ">=7.1.3",
14+
"illuminate/support": "~5.3.0|~5.4.0|~5.5.0|~5.6.0",
1515
"sinergi/browser-detector": "6.1.*"
1616
},
1717
"require-dev": {

0 commit comments

Comments
 (0)