silverstripe-userforms/composer.json

25 lines
691 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 21:31:19 +12:00
"license": "BSD-3-Clause",
"authors": [{
"name": "Will Rossiter",
"email": "will@fullscreen.io"
}],
"require": {
2013-11-20 11:32:27 +13:00
"silverstripe/framework": ">=3.1.0",
2015-07-13 15:36:20 +12:00
"silverstripe/cms": ">=3.1.0",
"silverstripe-australia/gridfieldextensions": "1.1.0"
},
"suggest": {
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions"
2014-08-21 15:59:47 +12:00
},
"extra": {
"branch-alias": {
2015-07-16 10:23:42 +12:00
"dev-master": "3.0.x-dev"
2014-08-21 15:59:47 +12:00
}
}
2013-04-10 11:59:42 +12:00
}