-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 880 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 880 Bytes
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
{
"name":"smindel/silverstripe-gridfield-addons",
"type": "silverstripe-module",
"description": "GridFieldAddOns is a collection of plugins for the Silverstripe GridField.",
"keywords": ["silverstripe", "gridfield", "component"],
"license": "BSD-3-Clause",
"homepage": "https://github.com/smindel/silverstripe-GridFieldAddOns",
"authors":[
{
"name": "Andreas Piening",
"homepage": "https://github.com/smindel/",
"email" : "piening@3online.de",
"role" : "freelance developer"
}
],
"require":
{
"php": ">=5.3.2",
"silverstripe/framework": "^3.0.1"
},
"extra":
{
"installer-name": "GridFieldAddOns",
"snapshot" : "https://raw.github.com/smindel/silverstripe-GridFieldAddOns/master/docs/en/_images/GridFieldEditableCells1.png"
},
"support": {
"issues": "https://github.com/smindel/silverstripe-GridFieldAddOns/issues?state=open"
}
}