Skip to content

Commit

Permalink
added laravel 5 support, updated jwt configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
eelkevdbos committed May 7, 2015
1 parent 85bdd82 commit d5b3959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1,178 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
}],
"require": {
"php": ">=5.4",
"firebase/php-jwt": "~1.0",
"firebase/php-jwt": "~2.0",
"guzzlehttp/guzzle": "5.*",
"illuminate/support": "~4.0"
"illuminate/support": ">=4.0"
},
"require-dev": {
"mockery/mockery": "0.9.1",
Expand Down
Loading

0 comments on commit d5b3959

Please sign in to comment.