Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 944b788

Browse files
author
Robert Kummer
committed
downgrade jwt auth
1 parent 6c9bebc commit 944b788

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"illuminate/container": "^5.2",
1313
"illuminate/routing": "^5.2",
1414
"tobscure/json-api": "^0.4.0",
15-
"tymon/jwt-auth": "^1.0.0"
15+
"tymon/jwt-auth": "^0.5.11"
1616
},
1717
"autoload": {
1818
"psr-4": {
@@ -29,7 +29,6 @@
2929
"email": "[email protected]"
3030
}
3131
],
32-
"minimum-stability": "beta",
3332
"require-dev": {
3433
"phpunit/phpunit": "^5.0"
3534
}

0 commit comments

Comments
 (0)