Skip to content

Commit

Permalink
Merge pull request #15 from unicodeveloper/laravel-53-compatible
Browse files Browse the repository at this point in the history
chore(identify): Add support for Laravel 5.3
  • Loading branch information
unicodeveloper authored May 6, 2019
2 parents 21825c0 + 7d97548 commit e1ebb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.6.4",
"illuminate/support": "~5.2.0",
"illuminate/support": "~5.2.0|~5.3.0",
"sinergi/browser-detector": "6.0.*"
},
"require-dev": {
Expand Down

0 comments on commit e1ebb0e

Please sign in to comment.