-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
48 lines (48 loc) · 1.62 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "bold-commerce/module-checkout",
"description": "Bold Checkout integration module",
"type": "magento2-module",
"license": [
"MIT"
],
"version": "2.2.0",
"require": {
"ext-curl": "*",
"magento/framework": ">=102.0.1 <103.0.8",
"magento/module-backend": ">=101.0.1 <102.0.8",
"magento/module-bundle": ">=100.3.1 <101.0.8",
"magento/module-catalog": ">=103.0.1 <104.0.8",
"magento/module-catalog-import-export": ">=101.0.1 <101.1.8",
"magento/module-checkout": ">=100.3.1 <100.4.8",
"magento/module-config": ">=101.1.1 <101.2.8",
"magento/module-configurable-product": ">=100.3.1 <100.4.8",
"magento/module-customer": ">=102.0.1 <103.0.8",
"magento/module-directory": ">=100.3.1 <100.4.8",
"magento/module-eav": ">=102.0.1 <102.1.8",
"magento/module-grouped-product": ">=100.3.1 <100.4.8",
"magento/module-import-export": ">=100.3.1 <101.0.8",
"magento/module-integration": ">=100.3.1 <100.4.8",
"magento/module-payment": ">=100.3.1 <100.4.8",
"magento/module-quote": ">=101.1.1 <101.2.8",
"magento/module-reports": ">=100.3.1 <100.4.8",
"magento/module-sales": ">=102.0.1 <103.0.8",
"magento/module-store": ">=101.0.1 <101.1.8",
"magento/module-tax": ">=100.3.1 <100.4.8",
"psr/log": "*"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.5.0",
"rector/rector": "^1.1"
},
"suggest": {
"magento/module-inventory-sales-api": "type: magento2-module, name: Magento_InventorySalesApi, version: *"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Bold\\Checkout\\": ""
}
}
}