-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
executable file
·40 lines (40 loc) · 1.39 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
{
"name": "meem/module-droppedcheckout",
"description": "",
"minimum-stability": "dev",
"require": {
"php": "7.0.2|7.0.4|~7.0.6|~7.1.*",
"magento/module-store": "100.1.*",
"magento/module-catalog": "101.0.*",
"magento/module-customer": "100.1.*",
"magento/module-authorization": "100.1.*",
"magento/module-payment": "100.1.*",
"magento/module-checkout": "100.1.*",
"magento/module-theme": "100.1.*",
"magento/module-sales-rule": "100.1.*",
"magento/module-sales-sequence": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-widget": "100.1.*",
"magento/module-directory": "100.1.*",
"magento/module-eav": "100.1.*",
"magento/module-tax": "100.1.*",
"magento/module-gift-message": "100.1.*",
"magento/module-reports": "100.1.*",
"magento/module-catalog-inventory": "100.1.*",
"magento/module-wishlist": "100.1.*",
"magento/module-shipping": "100.1.*",
"magento/module-config": "100.1.*",
"magento/module-media-storage": "100.1.*",
"magento/framework": "100.1.*",
"magento/module-ui": "100.1.*",
"magento/module-quote": "100.1.*"
},
"autoload": {
"psr-4": {
"Meem\\DroppedCheckout\\": ""
},
"files": [
"registration.php"
]
}
}