-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.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": "webbuilders-group/silverstripe-new-relic",
"description": "Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. As well as an overview of the Site's Performance.",
"type": "silverstripe-vendormodule",
"keywords": ["silverstripe", "new relic", "monitoring", "error reporting", "tracking", "analytics", "reporting"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ed Chipman",
"homepage": "http://webbuildersgroup.com",
"role": "Developer"
}
],
"require":
{
"silverstripe/framework": "~4.0|~5.0",
"silverstripe/admin": "~1.0|~2.0",
"guzzlehttp/guzzle": "~7.2"
},
"support": {
"issues": "https://github.com/webbuilders-group/silverstripe-new-relic/issues"
},
"extra": {
"expose": [
"css",
"images",
"javascript",
"thirdparty"
]
}
}