Skip to content

Commit ab2af68

Browse files
author
Eric Bohanon
committed
MAGETWO-82674: GraphQL Full Text Search
1 parent 8f75756 commit ab2af68

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

app/code/Magento/GraphQlConfigurableProduct/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"version": "100.0.0-dev",
66
"require": {
77
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8-
"magento/module-eav": "100.3.*",
98
"magento/module-catalog": "100.2.*",
109
"magento/module-configurable-product": "100.2.*",
1110
"magento/module-graph-ql": "100.0.*",

app/code/Magento/GraphQlCustomer/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"version": "100.0.0-dev",
66
"require": {
77
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8-
"magento/module-eav": "100.3.*",
98
"magento/module-customer": "100.2.*",
109
"magento/module-graph-ql": "100.0.*",
1110
"magento/framework": "100.3.*"

app/code/Magento/GraphQlEav/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"version": "100.0.0-dev",
66
"require": {
77
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8-
"magento/module-eav": "100.3.*",
98
"magento/module-graph-ql": "100.0.*",
109
"magento/framework": "100.3.*"
1110
},

0 commit comments

Comments
 (0)