-
Notifications
You must be signed in to change notification settings - Fork 55
/
composer.json
33 lines (33 loc) · 1.01 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
{
"name": "scandipwa/catalog-graphql",
"description": "Catalog-specific modifications for ScandiPWA",
"type": "magento2-theme",
"license": [
"OSL-3.0"
],
"require": {
"scandipwa/performance": "^1.1.0",
"magento/framework": "*",
"magento/module-eav": "*",
"magento/module-catalog": "*",
"magento/module-widget": "*",
"magento/module-rule": "*",
"magento/module-graph-ql": "*",
"magento/module-store": "*",
"magento/module-elasticsearch": "*",
"magento/module-catalog-graph-ql": "^100.4.1",
"magento/module-configurable-product-graph-ql": "^100.3",
"magento/module-bundle-graph-ql": "^100.3",
"magento/module-swatches": "*",
"magento/module-catalog-inventory": "*",
"magento/module-catalog-widget": "*"
},
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"ScandiPWA\\CatalogGraphQl\\": "src/"
}
}
}