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