-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
65 lines (65 loc) · 2.75 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
{
"name": "outeredge/magento-disable-graphql",
"license": [
"MIT"
],
"replace": {
"magento/module-authorizenet-graph-ql":"*",
"magento/module-braintree-graph-ql":"*",
"magento/module-bundle-graph-ql": "*",
"magento/module-catalog-graph-ql": "*",
"magento/module-catalog-cms-graph-ql":"*",
"magento/module-catalog-customer-ql": "*",
"magento/module-catalog-customer-graph-ql":"*",
"magento/module-catalog-inventory-graph-ql": "*",
"magento/module-catalog-permissions-graph-ql": "*",
"magento/module-catalog-rule-graph-ql": "*",
"magento/module-catalog-staging-graph-ql": "*",
"magento/module-catalog-url-rewrite-graph-ql": "*",
"magento/module-checkout-agreements-graph-ql":"*",
"magento/module-cms-graph-ql": "*",
"magento/module-cms-url-rewrite-graph-ql": "*",
"magento/module-compare-list-graph-ql": "*",
"magento/module-configurable-product-graph-ql": "*",
"magento/module-customer-balance-graph-ql": "*",
"magento/module-customer-downloadable-graph-ql":"*",
"magento/module-customer-graph-ql": "*",
"magento/module-directory-graph-ql": "*",
"magento/module-downloadable-graph-ql": "*",
"magento/module-eav-graph-ql": "*",
"magento/module-gift-card-account-graph-ql": "*",
"magento/module-gift-card-graph-ql": "*",
"magento/module-gift-message-graph-ql": "*",
"magento/module-gift-wrapping-graph-ql": "*",
"magento/module-graph-ql": "*",
"magento/module-graph-ql-cache": "*",
"magento/module-grouped-product-graph-ql": "*",
"magento/module-inventory-graph-ql": "*",
"magento/module-inventory-quote-graph-ql": "*",
"magento/module-login-as-customer-graph-ql": "*",
"magento/module-multiple-wishlist-graph-ql": "*",
"magento/module-newsletter-graph-ql": "*",
"magento/module-quote-graph-ql": "*",
"magento/module-payment-graph-ql": "*",
"magento/module-paypal-graph-ql": "*",
"magento/module-re-captcha-webapi-graph-ql": "*",
"magento/module-related-product-graph-ql":"*",
"magento/module-review-graph-ql": "*",
"magento/module-reward-graph-ql": "*",
"magento/module-rma-graph-ql": "*",
"magento/module-sales-graph-ql": "*",
"magento/module-staging-graph-ql": "*",
"magento/module-store-graph-ql": "*",
"magento/module-swatches-graph-ql": "*",
"magento/module-target-rule-graph-ql": "*",
"magento/module-tax-graph-ql": "*",
"magento/module-theme-graph-ql": "*",
"magento/module-url-rewrite-graph-ql": "*",
"magento/module-vault-graph-ql": "*",
"magento/module-versions-cms-url-rewrite-graph-ql": "*",
"magento/module-weee-graph-ql": "*",
"magento/module-wishlist-graph-ql": "*",
"paypal/module-braintree-graph-ql":"*",
"magento/module-new-relic-reporting": "*"
}
}