forked from yireo/magento2-replace-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
78 lines (78 loc) · 3.15 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "yireo/magento2-replace-core",
"description": "Replace core packages from Magento",
"require": {
"magento/product-community-edition": "2.4.*",
"yireo/magento2-replace-bundled": "^4.2"
},
"replace": {
"astock/stock-api-libphp": "*",
"magento/adobe-stock-integration": "*",
"magento/module-admin-adobe-ims": "*",
"magento/module-admin-analytics": "*",
"magento/module-adobe-ims": "*",
"magento/module-adobe-ims-api": "*",
"magento/module-adobe-stock-admin-ui": "*",
"magento/module-adobe-stock-asset": "*",
"magento/module-adobe-stock-asset-api": "*",
"magento/module-adobe-stock-client": "*",
"magento/module-adobe-stock-client-api": "*",
"magento/module-adobe-stock-image": "*",
"magento/module-adobe-stock-image-admin-ui": "*",
"magento/module-adobe-stock-image-api": "*",
"magento/google-shopping-ads": "*",
"magento/module-advanced-pricing-import-export": "*",
"magento/module-amqp": "*",
"magento/module-amqp-store": "*",
"magento/module-analytics": "*",
"magento/module-authorizenet": "*",
"magento/module-authorizenet-acceptjs": "*",
"magento/module-authorizenet-cardinal": "*",
"magento/module-authorizenet-graph-ql": "*",
"magento/module-aws-s3": "*",
"magento/module-bundle-import-export": "*",
"magento/module-catalog-analytics": "*",
"magento/module-catalog-import-export": "*",
"magento/module-catalog-page-builder-analytics": "*",
"magento/module-cardinal-commerce": "*",
"magento/module-cms-page-builder-analytics": "*",
"magento/module-configurable-import-export": "*",
"magento/module-customer-analytics": "*",
"magento/module-customer-finance": "*",
"magento/module-customer-import-export": "*",
"magento/module-cybersource": "*",
"magento/module-dhl": "*",
"magento/module-downloadable-import-export": "*",
"magento/module-eway": "*",
"magento/module-fedex": "*",
"magento/module-google-adwords": "*",
"magento/module-google-analytics": "*",
"magento/module-google-optimizer": "*",
"magento/module-grouped-import-export": "*",
"magento/module-inventory-bundle-import-export": "*",
"magento/module-inventory-import-export": "*",
"magento/module-marketplace": "*",
"magento/module-multishipping": "*",
"magento/module-new-relic-reporting": "*",
"magento/module-page-builder-admin-analytics": "*",
"magento/module-page-builder-analytics": "*",
"magento/module-quote-analytics": "*",
"magento/module-re-captcha-send-friend": "*",
"magento/module-review-analytics": "*",
"magento/module-sales-analytics": "*",
"magento/module-sample-data": "*",
"magento/module-send-friend": "*",
"magento/module-send-friend-graph-ql": "*",
"magento/module-signifyd": "*",
"magento/module-swagger": "*",
"magento/module-swagger-webapi": "*",
"magento/module-swagger-webapi-async": "*",
"magento/module-tax-import-export": "*",
"magento/module-two-factor-auth": "*",
"magento/module-ups": "*",
"magento/module-usps": "*",
"magento/module-version": "*",
"magento/module-wishlist-analytics": "*",
"magento/module-worldpay": "*"
}
}