1 Star 0 Fork 0

JackMa007 / paseto

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"name": "paragonie/paseto",
"description": "Platform-Agnostic Security Tokens",
"license": "ISC",
"type": "library",
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com"
}
],
"autoload": {
"psr-4": {
"ParagonIE\\Paseto\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ParagonIE\\Paseto\\Tests\\": "tests/"
}
},
"require": {
"php": "^7",
"paragonie/constant_time_encoding": "^2",
"paragonie/sodium_compat": "^1.7",
"phpseclib/phpseclib": "^2"
},
"require-dev": {
"phpunit/phpunit": "^6|^7",
"vimeo/psalm": "^1|^2"
},
"scripts": {
"full-test": [
"@static-analysis",
"@test"
],
"static-analysis": "psalm",
"test": "phpunit"
}
}
PHP
1
https://gitee.com/Jack_Ma007/paseto.git
git@gitee.com:Jack_Ma007/paseto.git
Jack_Ma007
paseto
paseto
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891