Skip to content

Commit fd8a682

Browse files
committed
MAGETWO-49117: Stabilize L3
1 parent de0e8ce commit fd8a682

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/GoogleOptimizer/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"magento/module-catalog": "100.0.*",
99
"magento/module-cms": "100.0.*",
1010
"magento/module-backend": "100.0.*",
11-
"magento/framework": "100.0.*"
11+
"magento/framework": "100.0.*",
12+
"magento/module-ui": "100.0.*"
1213
},
1314
"type": "magento2-module",
1415
"version": "100.0.2",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<module name="Magento_GoogleAnalytics"/>
1212
<module name="Magento_Catalog"/>
1313
<module name="Magento_Cms"/>
14+
<module name="Magento_Ui"/>
1415
</sequence>
1516
</module>
1617
</config>

0 commit comments

Comments
 (0)