Skip to content

Commit 309a25f

Browse files
committed
Fix #14958 - declare dependency on Magento_Store
1 parent 85b0730 commit 309a25f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/SalesSequence/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
},
77
"require": {
88
"php": "~7.1.3||~7.2.0",
9-
"magento/framework": "*"
9+
"magento/framework": "*",
10+
"magento/module-store": "*"
1011
},
1112
"type": "magento2-module",
1213
"license": [

0 commit comments

Comments
 (0)