mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website.
This commit is contained in:
parent
63593e73ab
commit
04f68f8373
17
composer.json
Normal file
17
composer.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"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.*"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user