Skip to content

Commit 892ea8c

Browse files
committed
Add composer.json
1 parent 394204a commit 892ea8c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "joshcanhelp/php-form-builder",
3+
"description": "A simple, lightweight PHP class that makes creating forms easy",
4+
"license": "MIT",
5+
"authors": [
6+
{
7+
"name": "Josh Cunningham",
8+
"email": "[email protected]"
9+
}
10+
],
11+
"minimum-stability": "dev",
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)