silverstripe-multiform/composer.json
vikas srivastava 04fa33f83a 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/
2012-09-23 12:47:16 +05:30

22 lines
563 B
JSON

{
"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"
}
}