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:
vikas srivastava 2012-09-23 12:47:16 +05:30
parent abb032b6f7
commit 04fa33f83a

22
composer.json Normal file
View 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"
}
}