forked from i-lateral/silverstripe-GridFieldAddOns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
47 lines (47 loc) · 1.22 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name":"i-lateral/silverstripe-gridfield-addons",
"type": "silverstripe-vendormodule",
"description": "GridFieldAddOns is a collection of plugins for the Silverstripe GridField.",
"keywords": ["silverstripe", "gridfield", "component"],
"license": "BSD-3-Clause",
"homepage": "https://github.com/i-lateral/silverstripe-GridFieldAddOns",
"authors":[
{
"name": "Andreas Piening",
"homepage": "https://github.com/smindel/",
"email" : "[email protected]",
"role" : "freelance developer"
},
{
"name": "Mark Anderson",
"homepage": "https://github.com/Makreig",
"email" : "[email protected]",
"role" : "developer"
},
{
"name": "Morven Lewis-Everley",
"homepage": "https://github.com/mlewis-everley",
"email" : "[email protected]",
"role" : "developer"
}
],
"require": {
"silverstripe/framework": "~4.0",
"silverstripe/versioned": "~1.0"
},
"extra": {
"expose": [
"css",
"javascript"
]
},
"autoload": {
"psr-4": {
"SilverStripe\\GridFieldAddOns\\": "src"
}
},
"support": {
"issues": "https://github.com/i-lateral/silverstripe-GridFieldAddOns/issues?state=open"
},
"minimum-stability": "dev"
}