@@ -1,7 +1,6 @@
{
"name": "xaboy/form-builder",
"description": "使用PHP快速创建现代化的form表单,包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
- "type": "library",
"license": "MIT",
"keyword": ["form","form-create","form-init","dynamic-form"],
"homepage": "https://github.com/xaboy/form-builder",
@@ -22,5 +21,6 @@
},
"require": {
"php": ">=5.4.0"
- }
+ },
+ "minimum-stability": "stable"
}