Skip to content

Commit e1ebb0e

Browse files
Merge pull request #15 from unicodeveloper/laravel-53-compatible
chore(identify): Add support for Laravel 5.3
2 parents 21825c0 + 7d97548 commit e1ebb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"minimum-stability": "stable",
1313
"require": {
1414
"php": ">=5.6.4",
15-
"illuminate/support": "~5.2.0",
15+
"illuminate/support": "~5.2.0|~5.3.0",
1616
"sinergi/browser-detector": "6.0.*"
1717
},
1818
"require-dev": {

0 commit comments

Comments
 (0)