{
"name": "magento/module-media-gallery-integration",
"description": "Magento module responsible for integration of enhanced media gallery",
"type": "magento2-module",
"license": [
"OSL-3.0",
"AFL-3.0"
],
"version": "100.4.4",
"require": {
"php": "~7.4.0||~8.1.0",
"magento/framework": "103.0.*",
"magento/module-media-gallery-ui-api": "100.4.*",
"magento/module-media-gallery-api": "101.0.*",
"magento/module-media-gallery-synchronization-api": "100.4.*",
"magento/module-ui": "101.2.*"
},
"suggest": {
"magento/module-catalog": "104.0.*",
"magento/module-cms": "104.0.*"
},
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Magento\\MediaGalleryIntegration\\": ""
}
},
"require-dev": {
"magento/module-cms": "*"
}
}
|