Browse Source

1.2.4版本

xaboy 7 years ago
parent
commit
e1b34f6820
2 changed files with 8 additions and 4 deletions
  1. 6 2
      README.md
  2. 2 2
      composer.json

+ 6 - 2
README.md

@@ -1,5 +1,9 @@
-# form-builder
-
+<p align="center">
+    <a href="https://github.com/xaboy/form-builder">
+        <img width="200" src="http://file.lotkk.com/form-builder.png">
+    </a>
+</p>
+<h1 align="center">form-builder</h1>
 <p align="center">
     <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT" />
   <a href="https://github.com/xaboy">

+ 2 - 2
composer.json

@@ -2,7 +2,7 @@
     "name": "xaboy/form-builder",
     "description": "PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。",
     "license": "MIT",
-    "keyword": ["form","form-create","form-init","dynamic-form"],
+    "keyword": ["form","form-create","form-init","dynamic-form","php-form"],
     "homepage": "https://github.com/xaboy/form-builder",
     "authors": [
         {
@@ -25,6 +25,6 @@
     },
     "minimum-stability": "stable",
     "branch-alias": {
-        "dev-master": "1.0.x-dev"
+        "master": "1.0.x-dev"
     }
 }