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",
|
2013-01-29 10:59:32 +01:00
|
|
|
"authors": [{
|
2012-09-21 12:11:46 +02:00
|
|
|
"name": "Will Rossiter",
|
2012-09-29 10:55:25 +02:00
|
|
|
"email": "will@fullscreen.io"
|
2013-01-29 10:59:32 +01:00
|
|
|
}],
|
|
|
|
"require": {
|
2013-11-19 23:32:27 +01:00
|
|
|
"silverstripe/framework": ">=3.1.0",
|
|
|
|
"silverstripe/cms": ">=3.1.0"
|
2014-06-18 01:24:04 +02:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"colymba/gridfield-bulk-editing-tools": "Allows for bulk management of form submissions"
|
2014-08-21 05:59:47 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.0.x-dev"
|
|
|
|
}
|
2012-09-21 12:11:46 +02:00
|
|
|
}
|
2013-04-10 01:59:42 +02:00
|
|
|
}
|