-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
44 lines (44 loc) · 1.32 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
{
"name": "ingrid/checkout-magento",
"description": "Ingrid Delivery Checkout Magento 2 Extension",
"type": "magento2-module",
"version": "2.0.22",
"license": "Apache-2.0",
"support": {
"email": "[email protected]"
},
"autoload": {
"psr-4": {
"Ingrid\\Checkout\\": ""
},
"files": [
"registration.php"
]
},
"autoload-dev": {
"psr-4": {
"Ingrid\\Checkout\\": "Tests/Unit"
}
},
"require": {
"php": "~7.2.0||~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.5",
"magento/magento-composer-installer": "*",
"magento/framework": "102.0.*|103.0.*",
"magento/module-backend": "101.0.*|102.0.*",
"magento/module-catalog": "103.0.*|104.0.*",
"magento/module-config": "101.1.*|101.2.*",
"magento/module-directory": "100.3.*|100.4.*",
"magento/module-quote": "101.1.*|101.2.*",
"magento/module-sales": "102.0.*|103.0.*",
"magento/module-sales-rule": "101.1.*|101.2.*",
"magento/module-shipping": "100.3.*|100.4.*",
"cocur/slugify": "^4.0",
"jms/serializer": "*"
},
"suggest": {
"ext-curl": "For using cURL transport"
}
}