Skip to content

Commit

Permalink
#29715: Removed redundant dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko committed Sep 7, 2020
1 parent cf288e6 commit 7296cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/code/Magento/MediaGalleryUiApi/composer.json
Expand Up @@ -3,7 +3,9 @@
"description": "Magento module responsible for the media gallery UI implementation API",
"require": {
"php": "~7.3.0||~7.4.0",
"magento/framework": "*",
"magento/framework": "*"
},
"suggest": {
"magento/module-cms": "*"
},
"type": "magento2-module",
Expand Down

0 comments on commit 7296cdf

Please sign in to comment.