Skip to content

Commit f654b57

Browse files
author
苏青安
committed
feat(docs): 调整composer的description
1 parent affdc2b commit f654b57

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

composer.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "hejunjie/encrypted-request",
3-
"description": "PHP 请求加密处理工具包,支持读取 .env 配置,验证签名、时间戳,并自动解密前端加密数据,允许自定义解密器与误差时间,方便快速集成安全加密通信",
4-
"type": "library",
5-
"license": "MIT",
6-
"autoload": {
7-
"psr-4": {
8-
"Hejunjie\\EncryptedRequest\\": "src/"
9-
}
10-
},
11-
"authors": [
12-
{
13-
"name": "何俊杰",
14-
"email": "junjie.he.925@gmail.com"
15-
}
16-
],
17-
"require": {
18-
"vlucas/phpdotenv": "^5.6"
2+
"name": "hejunjie/encrypted-request",
3+
"description": "PHP 请求加密工具包,支持 AES 解密、签名与时间戳验证,快速实现前后端安全通信 | PHP encryption toolkit for AES decryption, signature, and timestamp verification, enabling fast and secure front-to-backend communication. Front-end npm package generates encrypted request parameters without changing existing APIs",
4+
"type": "library",
5+
"license": "MIT",
6+
"autoload": {
7+
"psr-4": {
8+
"Hejunjie\\EncryptedRequest\\": "src/"
199
}
10+
},
11+
"authors": [
12+
{
13+
"name": "何俊杰",
14+
"email": "junjie.he.925@gmail.com"
15+
}
16+
],
17+
"require": {
18+
"vlucas/phpdotenv": "^5.6"
19+
}
2020
}

0 commit comments

Comments
 (0)