2012-09-21 12:11:46 +02:00
|
|
|
{
|
|
|
|
"name": "silverstripe/userforms",
|
2012-09-29 10:55:25 +02:00
|
|
|
"description": "UserForms enables CMS users to create dynamic forms via a drag and drop interface and without getting involved in any PHP code",
|
2012-09-21 12:11:46 +02:00
|
|
|
"type": "silverstripe-module",
|
|
|
|
"keywords": ["silverstripe", "userforms"],
|
2013-07-18 11:31:19 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2015-09-10 22:40:44 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Will Rossiter",
|
|
|
|
"email": "will@fullscreen.io"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Damian Mooyman",
|
|
|
|
"email": "damian@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "David Craig",
|
|
|
|
"email": "david@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Scott Hutchinson",
|
|
|
|
"email": "scott@silverstripe.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Christopher Pitt",
|
|
|
|
"email": "chris@silverstripe.com"
|
|
|
|
}
|
|
|
|
],
|
2013-01-29 10:59:32 +01:00
|
|
|
"require": {
|
2015-09-10 22:40:44 +02:00
|
|
|
"silverstripe/framework": "~3.1",
|
|
|
|
"silverstripe/cms": "~3.1",
|
|
|
|
"silverstripe-australia/gridfieldextensions": "~1.1",
|
2015-08-11 22:57:19 +02:00
|
|
|
"silverstripe/segment-field": "^1.0"
|
2014-06-18 01:24:04 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
2015-08-28 03:21:57 +02:00
|
|
|
"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-12-11 05:38:31 +01:00
|
|
|
"dev-master": "4.0.x-dev"
|
2014-08-21 05:59:47 +02:00
|
|
|
}
|
2012-09-21 12:11:46 +02:00
|
|
|
}
|
2013-04-10 01:59:42 +02:00
|
|
|
}
|