1 Star 2 Fork 2

imi 开发组 / imi-jwt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
宇润 提交于 2020-01-02 11:07 . 完成组件封装
{
"name": "imiphp/imi-jwt",
"type": "library",
"license": "MIT",
"description": "在 imi 框架中非常方便地接入 jwt",
"require": {
"lcobucci/jwt": "3.3.*"
},
"require-dev": {
"yurunsoft/imi": "dev-dev",
"phpunit/phpunit": "^7"
},
"autoload": {
"psr-4" : {
"Imi\\JWT\\" : "src/"
}
},
"autoload-dev": {
"psr-4" : {
"Imi\\JWT\\Test\\" : "tests/"
}
},
"scripts": {
"test": "./tests/run",
"install-test": "php --ri swoole && composer install composer test"
}
}
PHP
1
https://gitee.com/imiphp/imi-jwt.git
git@gitee.com:imiphp/imi-jwt.git
imiphp
imi-jwt
imi-jwt
master

搜索帮助