forked from phptek/silverstripe-sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 832 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
27
28
29
{
"name": "phptek/sentry",
"type": "silverstripe-vendormodule",
"license": "BSD-3-Clause",
"description": "Sentry.io integration for SilverStripe. Binds Sentry.io to SilverStripe's error & exception handling subsystem.",
"keywords": ["silverstripe", "sentry", "logging", "logs", "log", "raven", "exception", "error"],
"authors": [{
"name": "Russell Michell",
"homepage": "http://theruss.com/"
}],
"replace": {
"silverstripe/sentry": "*"
},
"require": {
"php": ">=5.6|<=7.2",
"sentry/sentry": "^1.9",
"silverstripe/framework": "^4"
},
"require-dev": {
"phpunit/PHPUnit": "^5.7"
},
"config": {
"process-timeout": 900
},
"extra": {
"installer-name": "sentry"
},
"minimum-stability": "dev"
}