Browse Source

新增jWT扩展

master
wanghongjun 1 year ago
parent
commit
13c5d2ecfc
  1. 3
      composer.json

3
composer.json

@ -20,7 +20,8 @@
"php": ">=7.2.5",
"topthink/framework": "^6.0",
"topthink/think-orm": "^2.0",
"topthink/think-migration": "^3.0"
"topthink/think-migration": "^3.0",
"firebase/php-jwt": "^6.4"
},
"require-dev": {
"symfony/var-dumper": "^4.2",

Loading…
Cancel
Save