Added composer.json

This commit is contained in:
Ingo Schommer 2013-01-03 10:10:52 +01:00
parent ed7846168d
commit 316c2d2b0b

21
composer.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "silverstripe/multiform",
"description": "SilverStripe forms with multiple steps, flow control and state persistence",
"type": "silverstripe-module",
"keywords": ["silverstripe", "forms"],
"authors": [
{
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
},
{
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
}
],
"require":
{
"silverstripe/framework": ">=2.3"
}
}