-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 786 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 786 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
{
"name": "cryptapi/cryptapi",
"description": "CryptAPI's Magento extension",
"type": "magento2-module",
"version": "3.2.3",
"keywords": [
"cryptapi",
"magento2_module",
"magento2_payment_module",
"payment_gateway",
"magento2_payment_gateway",
"payment_processing",
"magento2_payment_processing",
"cryptocurrency"
],
"require": {
"magento/module-payment": "^100.0.0",
"magento/module-checkout": "^100.0.0",
"magento/module-sales": "^102.0.0|^103.0.0",
"ext-curl": "*",
"ext-json": "*",
"ext-bcmath": "*"
},
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
"Cryptapi\\Cryptapi\\": ""
}
}
}