Skip to content

Commit 748eb4f

Browse files
committed
#29715: Corrected dependencies
1 parent 88a0150 commit 748eb4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/MediaGalleryCatalogUi/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"require": {
55
"php": "~7.3.0||~7.4.0",
66
"magento/framework": "*",
7+
"magento/module-cms": "*",
78
"magento/module-backend": "*",
89
"magento/module-catalog": "*",
910
"magento/module-store": "*",

app/code/Magento/MediaGalleryUi/composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"magento/module-media-gallery-metadata-api": "*",
1313
"magento/module-media-gallery-synchronization-api": "*",
1414
"magento/module-media-content-api": "*",
15-
"magento/module-cms": "*",
16-
"magento/module-media-gallery": "*"
15+
"magento/module-cms": "*"
1716
},
1817
"type": "magento2-module",
1918
"license": [

0 commit comments

Comments
 (0)