-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathcomposer.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
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
{
"version": "1.1.6",
"name": "maguru/module-mono-core",
"description": "Monobank Integration Core Module for Magento 2 — HTTP client, config, ECDSA webhook verification",
"type": "magento2-module",
"license": "proprietary",
"require": {
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0||~8.5.0",
"magento/framework": ">=102.0.0",
"maguru/magento2-core": "^1.0.1",
"guzzlehttp/guzzle": "^7.5",
"ext-openssl": "*",
"ext-json": "*"
},
"suggest": {
"maguru/module-mono-payment": "Monobank Acquiring payment gateway",
"maguru/module-mono-chast": "Monobank BNPL 'Частинами' payment method",
"maguru/module-mono-fiscal": "Monobank ПРРО fiscal receipts"
},
"support": {
"email": "maguru.sup@gmail.com"
},
"authors": [
{
"name": "Andrii Zakharchuk",
"email": "maguru.sup@gmail.com",
"role": "Developer"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"MaGuru\\MonoCore\\": ""
}
}
}