Skip to content

Commit

Permalink
fixed version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vidal committed Jun 13, 2017
1 parent 36df14b commit 0f19eb5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
{
"name": "paulvl/jwt-guard",
"description": "JWT Guard for Laravel 5.2",
"description": "JWT Guard for Laravel 5.*",
"keywords": [
"jwt",
"guard",
"laravel"
"laravel",
"json",
"web",
"token"
],
"license": "MIT",
"authors": [
{
"name": "Paul Vidal",
"email": "[email protected]"
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.5.9",
"illuminate/support": "5.2.*",
"illuminate/support": "5.*",
"firebase/php-jwt": "^3.0"
},
"autoload": {
Expand Down

0 comments on commit 0f19eb5

Please sign in to comment.