Skip to content

Commit a1013c9

Browse files
committed
update
1 parent 7ba3815 commit a1013c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "xaboy/form-builder",
3-
"description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能",
3+
"description": "好用的PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用",
44
"license": "MIT",
55
"keywords": [
66
"form",
77
"form-create",
88
"form-generator",
99
"dynamic-form",
10+
"form-builder",
1011
"element-ui",
1112
"iview"
1213
],
@@ -29,8 +30,7 @@
2930
"require": {
3031
"php": ">=7.1",
3132
"ext-json": "*",
32-
"symfony/http-foundation": ">=2.6",
33-
"doctrine/annotations": "^1.2.7"
33+
"symfony/http-foundation": ">=2.6"
3434
},
3535
"minimum-stability": "stable"
3636
}

0 commit comments

Comments
 (0)