-
Notifications
You must be signed in to change notification settings - Fork 32
/
composer.json
34 lines (34 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
34
{
"name": "scandipwa/quote-graphql",
"description": "N/A",
"type": "magento2-module",
"license": [
"OSL-3.0"
],
"require": {
"magento/framework": "*",
"magento/module-authorization": "*",
"magento/module-customer": "*",
"magento/module-webapi": "*",
"magento/module-sales": "*",
"magento/module-integration": "*",
"magento/module-catalog-rule": "*",
"magento/module-checkout": "*",
"magento/module-inventory-configuration-api": "*",
"magento/module-inventory-reservations-api": "*",
"magento/module-inventory-sales-api": "*",
"magento/module-quote": "*",
"magento/module-bundle": "*",
"magento/module-quote-graph-ql": "^100.3",
"magento/module-bundle-graph-ql": "^100.3",
"scandipwa/performance": "^1.0"
},
"autoload": {
"files": [
"src/registration.php"
],
"psr-4": {
"ScandiPWA\\QuoteGraphQl\\": "src"
}
}
}