-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
26 lines (26 loc) · 837 Bytes
/
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
{
"name": "cmcramer/cmc-silverstripe-gridfieldbulkupdater",
"description": "Update multiple rows in GridField that has GridFieldEditableColumns enabled",
"type": "silverstripe-module",
"homepage": "http://github.com/cmcramer/cmc-silverstripe-gridfieldbulkupdater",
"keywords": ["silverstripe", "gridfield", "gridfieldextensions", "gridfieldbulkupdater"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Cathy Cramer",
"homepage": "http://github.com/cmcramer/"}
],
"support": {
"issues": "http://github.com/cmcramer/cmc-silverstripe-gridfieldbulkupdater/issues"
},
"require": {
"silverstripe/cms": "3.*",
"silverstripe/framework": "3.*"
},
"extra": {
"installer-name": "cmc-silverstripe-gridfieldbulkupdater",
"screenshots": [
"screenshots/CmcBulkUpdater.png"
]
}
}