mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Add jwt handling, inspired by passport
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"version": "3.1.1",
|
||||
"name": "ghostzero/bitinflow-accounts",
|
||||
"description": "PHP bitinflow Accounts API Client for Laravel 5+",
|
||||
"license": "MIT",
|
||||
@@ -9,7 +10,7 @@
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.2",
|
||||
"php": "^7.2",
|
||||
"ext-json": "*",
|
||||
"illuminate/support": "^8.0",
|
||||
"illuminate/console": "^8.0",
|
||||
|
||||
Reference in New Issue
Block a user