silverstripe-multiform/composer.json

17 lines
405 B
JSON
Raw Normal View History

2013-01-03 10:10:52 +01:00
{
"name": "silverstripe/multiform",
"description": "SilverStripe forms with multiple steps, flow control and state persistence",
"type": "silverstripe-module",
"keywords": ["silverstripe", "forms"],
2013-05-25 09:30:00 +02:00
"authors": [{
2013-01-03 10:10:52 +01:00
"name": "Ingo Schommer",
"email": "ingo@silverstripe.com"
2013-05-25 09:30:00 +02:00
}, {
2013-01-03 10:10:52 +01:00
"name": "Sean Harvey",
"email": "sean@silverstripe.com"
2013-05-25 09:30:00 +02:00
}],
"require": {
"silverstripe/framework": "~3.1"
2013-01-03 10:10:52 +01:00
}
}