Skip to content

Commit 00afd5d

Browse files
author
苏青安
committed
fix(composer): 更新 composer.json 中的描述信息,提供更清晰的库功能说明
1 parent 2badcbd commit 00afd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hejunjie/schema-validator",
3-
"description": "基于规则类实现的 PHP 类型验证组件,支持字符串、整数、布尔值等常用类型验证 | A lightweight and extensible PHP type validation library based on rule classes.",
3+
"description": "一个简单且可扩展的 PHP 参数验证库,支持规则式定义与自定义扩展,适用于任何结构化数据校验场景 | A simple and extensible PHP parameter validation library, supporting rule-based definitions and custom extensions, suitable for any structured data verification scenarios",
44
"type": "library",
55
"license": "MIT",
66
"autoload": {

0 commit comments

Comments
 (0)