forked from justbetter/magento2-sentry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
executable file
·33 lines (33 loc) · 776 Bytes
/
composer.json
File metadata and controls
executable file
·33 lines (33 loc) · 776 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
30
31
32
33
{
"name": "justbetter/magento2-sentry",
"description": "Magento 2 Logger for Sentry",
"type": "magento2-module",
"version": "2.0.0",
"license": "MIT",
"require": {
"php": ">=7.0",
"sentry/sdk": "^2.0",
"monolog/monolog": "*",
"magento/framework": "*",
"php-http/curl-client": "^2.0",
"nyholm/psr7": "^1.2"
},
"authors": [
{
"name": "Rakhal Imming",
"email": "rakhal@justbetter.nl",
"homepage": "https://justbetter.nl",
"role": "Developer"
},
{
"name": "Joseph Maxwell",
"email": "joseph@swiftotter.com",
"homepage": "https://swiftotter.com",
"role": "Developer"
}
],
"autoload": {
"psr-4": { "JustBetter\\Sentry\\": "" },
"files": [ "registration.php" ]
}
}