forked from silverstripe/recipe-form-building
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 1.02 KB
/
composer.json
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
{
"name": "silverstripe/recipe-form-building",
"type": "silverstripe-recipe",
"description": "A recipe of modules to help you build forms in SilverStripe",
"homepage": "https://www.silverstripe.org",
"license": "BSD-3-Clause",
"require": {
"silverstripe/recipe-plugin": "^1",
"silverstripe/recipe-cms": "^4.2",
"silverstripe/segment-field": "2.2.x-dev",
"silverstripe/userforms": "5.2.x-dev"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"silverstripe/gridfieldqueuedexport": "Export large data sets from your GridField in the SilverStripe CMS interface through async jobs",
"symbiote/silverstripe-queuedjobs": "if using gridfieldqueuedexport you can batch background jobs with this module"
},
"extra": {
"project-files": [],
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"config": {
"process-timeout": 600
},
"prefer-stable": true,
"minimum-stability": "dev"
}