Skip to content

Commit 1e10126

Browse files
author
Krishna Kumar
committed
updated version module dependencies
1 parent 13dd676 commit 1e10126

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/code/Magento/LoginAsCustomerGraphQl/composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Flexible login as a customer so a merchant or merchant admin can log into an end customer's account to assist them with their account.",
44
"require": {
55
"php": "~7.3.0||~7.4.0",
6-
"magento/framework": "102.0.*",
7-
"magento/module-login-as-customer-api": "100.4.*",
8-
"magento/module-integration": "100.4.*",
9-
"magento/module-store": "101.1.*",
10-
"magento/module-customer": "103.0.*",
11-
"magento/module-catalog-graph-ql": "100.4.*",
12-
"magento/framework": "103.0.*"
6+
"magento/framework": "*",
7+
"magento/module-login-as-customer-api": "*",
8+
"magento/module-integration": "*",
9+
"magento/module-store": "*",
10+
"magento/module-customer": "*",
11+
"magento/module-catalog-graph-ql": "*",
12+
"magento/framework": "*"
1313
},
1414
"type": "magento2-module",
1515
"license": [

0 commit comments

Comments
 (0)