-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 932 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 932 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "xaboy/form-builder",
"description": "好用的PHP表单生成器,快速生成现代化的form表单,支持前后端分离。内置17种常用表单组件。目前在政务系统、OA系统、ERP系统、电商系统、流程管理等系统中已稳定应用。",
"license": "MIT",
"keywords": [
"form",
"form-create",
"form-generator",
"dynamic-form",
"form-builder",
"element-ui",
"iview"
],
"homepage": "https://github.com/xaboy/form-builder",
"authors": [
{
"name": "xaboy",
"email": "xaboy2005@qq.com"
}
],
"autoload": {
"psr-4": {
"FormBuilder\\": "./src/"
}
},
"support": {
"issues": "https://github.com/xaboy/form-builder/issues",
"source": "https://github.com/xaboy/form-builder"
},
"require": {
"php": ">=7.1",
"ext-json": "*",
"symfony/http-foundation": ">=2.6"
},
"minimum-stability": "stable"
}