forked from xaboy/form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
36 lines (36 loc) · 969 Bytes
/
composer.json
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表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
"license": "MIT",
"keywords": [
"form",
"form-create",
"form-generator",
"dynamic-form",
"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": ">=5.4.0",
"ext-json": "*",
"symfony/http-foundation": "~2.6|~2.7|~2.8|~3.0|~4.0",
"doctrine/annotations": "^1.2.7"
},
"minimum-stability": "stable"
}