silverstripe-userforms/composer.json

16 lines
450 B
JSON
Raw Normal View History

{
"name": "silverstripe/userforms",
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
"type": "silverstripe-module",
"keywords": ["silverstripe", "userforms"],
2013-07-18 11:31:19 +02:00
"license": "BSD-3-Clause",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
"silverstripe/framework": "~3.1",
"silverstripe/cms": "~3.1"
}
2013-04-10 01:59:42 +02:00
}