-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 879 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": "cryptomus/cryptomus-magento2",
"description": "Cryptomus Payment integration for Magento 2",
"type": "magento2-module",
"license": "GPL-3.0",
"version": "1.0.1",
"authors": [
{
"name": "Sergey Y",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"cryptomus/api-php-sdk": "^1.0",
"magento/module-quote": ">=101.0",
"magento/module-sales": ">=103.0",
"magento/module-directory": ">=100.0",
"magento/module-config": ">=101.0",
"magento/module-payment": ">=100.0",
"magento/module-checkout": ">=100.0",
"magento/module-store": ">=101.0"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Cryptomus\\Payment\\": ""
}
}
}