diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..4d45bf6 --- /dev/null +++ b/composer.json @@ -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" + } +} \ No newline at end of file