Browse Source

添加lcobucci/jwt依赖

visuddhinanda 4 years ago
parent
commit
e30368fe0b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      composer.json

+ 2 - 1
composer.json

@@ -5,6 +5,7 @@
 		"catfan/medoo": "^2.1",
 		"catfan/medoo": "^2.1",
 		"casbin/casbin": "^3.9",
 		"casbin/casbin": "^3.9",
 		"phpmailer/phpmailer": "^6.5",
 		"phpmailer/phpmailer": "^6.5",
-		"illuminate/database": "^8.59"
+		"illuminate/database": "^8.59",
+		"lcobucci/jwt": "^4.1"
 	}
 	}
 }
 }