mirror of
https://github.com/silverstripe/silverstripe-multiform
synced 2024-10-22 11:05:49 +02:00
21 lines
412 B
JSON
21 lines
412 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|