mirror of
https://github.com/silverstripe/silverstripe-userforms.git
synced 2024-10-22 17:05:42 +02:00
3ea5c7a4fa
UserFormsUpgradeService uses DB::get_schema() which was introduced in framework 3.2 as part of the database abstraction overhaul. This now ensures the module requires at least that version.
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"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"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "~3.2",
|
|
"silverstripe/cms": "~3.2",
|
|
"silverstripe-australia/gridfieldextensions": "~1.1",
|
|
"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",
|
|
"silverstripe/gridfieldqueuedexport": "Export large submission as CSV through queued jobs in the background"
|
|
}
|
|
}
|