mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
04f68f8373
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website.
17 lines
366 B
JSON
17 lines
366 B
JSON
{
|
|
"name": "silverstripe/userforms",
|
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface
|
|
and without getting involved in any PHP code",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "userforms"],
|
|
"authors": [
|
|
{
|
|
"name": "Will Rossiter",
|
|
}
|
|
],
|
|
|
|
"require":
|
|
{
|
|
"silverstripe/framework": "3.*"
|
|
}
|
|
} |