forked from wintercms/wn-sentry-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 997 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
30
31
32
{
"name": "winter/wn-sentry-plugin",
"type": "winter-plugin",
"description": "Sentry.io integration for Winter CMS",
"homepage": "https://github.com/wintercms/wn-sentry-plugin",
"keywords": ["winter", "wintercms", "laravel", "sentry.io", "sentry", "error", "logger", "php"],
"license": "MIT",
"authors": [
{
"name": "Luke Towers",
"email": "[email protected]"
},
{
"name": "Winter CMS Maintainers",
"homepage": "https://wintercms.com",
"role": "Maintainer"
}
],
"support": {
"issues": "https://github.com/wintercms/wn-sentry-plugin/issues",
"discord": "https://discord.gg/D5MFSPH6Ux",
"source": "https://github.com/wintercms/wn-sentry-plugin"
},
"require": {
"php": "^7.2|^8.0",
"composer/installers": "~1.0",
"sentry/sentry-laravel": "~3.1"
},
"extra": {
"installer-name": "sentry"
}
}