Skip to content

Commit 530a1d2

Browse files
committed
MAGETWO-87698: PR delivery sprint 10
- integrity fixes
1 parent 7b25637 commit 530a1d2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

app/code/Magento/SwatchesGraphQl/composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
"version": "100.0.0-dev",
66
"require": {
77
"php": "7.0.2|7.0.4|~7.0.6|~7.1.0",
8-
"magento/framework": "100.3.*"
8+
"magento/framework": "100.3.*",
9+
"magento/module-swatches": "100.3.*",
10+
"magento/module-catalog": "100.3.*"
911
},
1012
"suggest": {
11-
"magento/module-swatches": "100.3.*",
1213
"magento/module-catalog-graph-ql": "100.0.*"
1314
},
1415
"license": [

app/code/Magento/SwatchesGraphQl/etc/module.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_SwatchesGraphQl" />
9+
<module name="Magento_SwatchesGraphQl">
10+
<sequence>
11+
<module name="Magento_Catalog"/>
12+
<module name="Magento_Swatches"/>
13+
</sequence>
14+
</module>
1015
</config>

0 commit comments

Comments
 (0)