forked from avarda-ab/Magento-2-Checkout-3-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 901 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
{
"name": "avarda/checkout3",
"description": "Avarda Checkout V3 module for Magento 2 module.",
"type": "magento2-module",
"version": "1.4.3",
"require": {
"php": ">=8.1",
"ext-json": "*",
"magento/module-backend": "*",
"magento/module-catalog": "*",
"magento/module-checkout": "*",
"magento/module-config": "*",
"magento/module-configurable-product": "*",
"magento/module-customer": "*",
"magento/module-directory": "*",
"magento/module-eav": "*",
"magento/module-newsletter": "*",
"magento/module-payment": "*",
"magento/module-quote": "*",
"magento/module-sales": "*",
"magento/module-store": "*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Avarda\\Checkout3\\": ""
}
}
}