forked from silverstripe/silverstripe-userforms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.11 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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.1",
"silverstripe/cms": "~3.1",
"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"
},
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
}
}