1 Star 0 Fork 6

oshook/think-jwt

forked from xiaodi/think-jwt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
xiaodi 提交于 2020-05-24 10:52 . update
{
"name": "xiaodi/think-jwt",
"type": "think-extend",
"license": "MIT",
"keywords": [
"php",
"thinkphp"
],
"description": "ThinkPHP Jwt Component",
"minimum-stability": "stable",
"authors": [
{
"name": "xiaodi",
"email": "liangjinbiao@live.com"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*",
"ext-mbstring": "*",
"lcobucci/jwt": "^3.3",
"nette/php-generator": "^3.2",
"topthink/framework": "^6.0.2"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"mockery/mockery": "^1.2",
"phpstan/phpstan": "^0.12.0",
"friendsofphp/php-cs-fixer": "^2.15"
},
"autoload": {
"psr-4": {
"xiaodi\\JWTAuth\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"xiaodi\\JWTAuth\\Tests\\": "tests/"
}
},
"extra": {
"think": {
"services": [
"xiaodi\\JWTAuth\\JwtService"
],
"config": {
"jwt": "config/config.php"
}
},
"think-config": {
"jwt": "config/config.php"
}
},
"scripts": {
"coverage": "vendor/bin/phpunit --coverage-html=coverage",
"test": "vendor/bin/phpunit",
"phpcs": "vendor/bin/php-cs-fixer fix"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/oshook/think-jwt.git
git@gitee.com:oshook/think-jwt.git
oshook
think-jwt
think-jwt
master

搜索帮助