-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
32 lines (32 loc) · 941 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": "kenboy/module-yoo-kassa",
"description": "YooKassa payment method",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "^102|^103",
"magento/module-bundle": "^100.3||^101.0",
"magento/module-catalog": "^103.0|^104.0",
"magento/module-config": "^101.1",
"magento/module-customer": "^102.0|^103.0",
"magento/module-directory": "^100.3",
"magento/module-payment": "^100.3",
"magento/module-quote": "^101.1",
"magento/module-sales": "^102.0||^103.0",
"magento/module-store": "^101.0",
"magento/module-tax": "^100.3",
"yoomoney/yookassa-sdk-php": "^2.0"
},
"type": "magento2-module",
"version": "1.0.0",
"license": [
"OSL-3.0"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Kenboy\\YooKassa\\": ""
}
}
}