Skip to content

Commit 0d7558a

Browse files
Merge pull request #16 from unicodeveloper/support-laravel-54
Support laravel 54
2 parents e1ebb0e + 8bafb59 commit 0d7558a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: php
22

33
php:
44
- 7.0
5+
- 7.1
56
- hhvm
67

78
matrix:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": ">=5.6.4",
15-
"illuminate/support": "~5.2.0|~5.3.0",
16-
"sinergi/browser-detector": "6.0.*"
15+
"illuminate/support": "~5.4.0",
16+
"sinergi/browser-detector": "6.1.*"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "5.3.*",

0 commit comments

Comments
 (0)