Skip to content

Commit 7296cdf

Browse files
committed
#29715: Removed redundant dependency
1 parent cf288e6 commit 7296cdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/MediaGalleryUiApi/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"description": "Magento module responsible for the media gallery UI implementation API",
44
"require": {
55
"php": "~7.3.0||~7.4.0",
6-
"magento/framework": "*",
6+
"magento/framework": "*"
7+
},
8+
"suggest": {
79
"magento/module-cms": "*"
810
},
911
"type": "magento2-module",

0 commit comments

Comments
 (0)