Skip to content

Commit b5ddf4c

Browse files
committed
ad
1 parent c4cd033 commit b5ddf4c

File tree

3 files changed

+553
-0
lines changed

3 files changed

+553
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "niklaslu/php-form-builder",
3+
"description": "php表单构造器",
4+
"license": "apache2.0",
5+
"authors": [
6+
{
7+
"name": "Niklas Lu",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"require": {},
12+
"autoload" : {
13+
"psr-4" : {
14+
"niklaslu\\" : "src"
15+
}
16+
},
17+
"repositories": {
18+
"packagist": {
19+
"type": "composer",
20+
"url": "https://packagist.phpcomposer.com"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)