Skip to content

Commit 0286f17

Browse files
author
David Verholen
committed
GraphQL-43: add missing hard dependencies
1 parent c8eb115 commit 0286f17

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/code/Magento/WishlistGraphQl/composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
"require": {
66
"php": "~7.1.3||~7.2.0",
77
"magento/framework": "*",
8-
"magento/module-catalog": "*"
9-
},
10-
"suggest": {
11-
"magento/module-wishlist": "*"
8+
"magento/module-catalog": "*",
9+
"magento/module-wishlist": "*",
10+
"magento/module-store": "*"
1211
},
1312
"license": [
1413
"OSL-3.0",

0 commit comments

Comments
 (0)