-
Notifications
You must be signed in to change notification settings - Fork 22
/
composer.json
49 lines (49 loc) · 1.94 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
49
{
"name": "yireo/magento2-replace-bundled",
"description": "Replace bundled third party packages from Magento",
"require": {
"magento/product-community-edition": "2.4.*"
},
"replace": {
"amzn/amazon-pay-and-login-magento-2-module": "*",
"amzn/amazon-pay-and-login-with-amazon-core-module": "*",
"amzn/amazon-pay-module": "*",
"amzn/amazon-pay-sdk-php": "*",
"amzn/login-with-amazon-module": "*",
"magento/module-braintree": "*",
"magento/module-braintree-graph-ql": "*",
"braintree/braintree_php": "*",
"braintree/braintree": "*",
"dotmailer/dotmailer-magento2-extension": "*",
"dotmailer/dotmailer-magento2-extension-package": "*",
"dotmailer/dotmailer-magento2-extension-enterprise": "*",
"dotmailer/dotmailer-magento2-extension-enterprise-package": "*",
"dotmailer/dotmailer-magento2-extension-chat": "*",
"dotmailer/dotmailer-magento2-extension-b2b": "*",
"dotmailer/dotmailer-magento2-extension-sms": "*",
"klarna/m2-payments": "*",
"klarna/module-core": "*",
"klarna/module-kp": "*",
"klarna/module-kp-graph-ql": "*",
"klarna/module-ordermanagement": "*",
"klarna/module-onsitemessaging": "*",
"paypal/module-braintree": "*",
"paypal/module-braintree-core": "*",
"paypal/module-braintree-customer-balance": "*",
"paypal/module-braintree-gift-card-account": "*",
"paypal/module-braintree-gift-wrapping": "*",
"paypal/module-braintree-graph-ql": "*",
"temando/module-shipping": "*",
"temando/module-shipping-m2": "*",
"vertex/product-magento-module": "*",
"vertex/module-tax": "*",
"vertex/sdk": "*",
"vertexinc/module-tax-staging": "*",
"vertexinc/product-magento-module": "*",
"vertexinc/product-magento-module-commerce": "*",
"vertex/module-address-validation": "*",
"vertex/module-tax-staging": "*",
"yotpo/magento2-module-yotpo-reviews": "*",
"yotpo/magento2-module-yotpo-reviews-bundle": "*"
}
}