Skip to content

Commit

Permalink
Merge pull request #8 from samuelcasas/patch-1
Browse files Browse the repository at this point in the history
Allow Laravel 5 usage
  • Loading branch information
jenssegers committed Oct 13, 2014
2 parents 96afaad + 903b279 commit 757c085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": ">=5.4",
"illuminate/support": "4.*",
"illuminate/support": "4.*|5.0.*",
"lusitanian/oauth": "*"
},
"require-dev": {
Expand Down

0 comments on commit 757c085

Please sign in to comment.