mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 09:05:49 +00:00
New : Added composer.json
Added composer.json file which will help this module for submission on proposed extension.silverstripe.org website. Please add more fields according to requirements. For more information please visit at http://extension.openbees.org/instructions/
This commit is contained in:
parent
abb032b6f7
commit
04fa33f83a
22
composer.json
Normal file
22
composer.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "silverstripe/multiform",
|
||||
"description": "MultiForm is a module for Sapphire, allowing flow control for forms,
|
||||
and step process to be automatically determined based on configuration
|
||||
variables on each step class. It augments the existing Form class in Sapphire.",
|
||||
"type": "silverstripe-module",
|
||||
"keywords": ["silverstripe", "multiform"],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Sean Harvey",
|
||||
"email": "sean@silverstripe.com"
|
||||
},
|
||||
{
|
||||
"name": "Ingo Schommer",
|
||||
"email": "ingo@silverstripe.com"
|
||||
}
|
||||
],
|
||||
"require":
|
||||
{
|
||||
"silverstripe/framework": ">=2.4"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user