silverstripe-userforms/composer.json

27 lines
835 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": {
2013-11-19 23:32:27 +01:00
"silverstripe/framework": ">=3.1.0",
2015-07-13 05:36:20 +02:00
"silverstripe/cms": ">=3.1.0",
2015-08-11 22:57:19 +02:00
"silverstripe-australia/gridfieldextensions": "1.1.0",
"silverstripe/segment-field": "^1.0"
},
"suggest": {
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions",
"silverstripe/secureassets": "Enables files uploaded via userforms to be secured from public access"
2014-08-21 05:59:47 +02:00
},
"extra": {
"branch-alias": {
2015-07-16 00:23:42 +02:00
"dev-master": "3.0.x-dev"
2014-08-21 05:59:47 +02:00
}
}
2013-04-10 01:59:42 +02:00
}