Skip to content

Commit 892ea8c

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

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

composer.json

Lines changed: 13 additions & 0 deletions
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": "josh@joshcanhelp.com"
9+
}
10+
],
11+
"minimum-stability": "dev",
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)