25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
928 B

  1. {
  2. "name": "magento/module-media-gallery-integration",
  3. "description": "Magento module responsible for integration of enhanced media gallery",
  4. "type": "magento2-module",
  5. "license": [
  6. "OSL-3.0",
  7. "AFL-3.0"
  8. ],
  9. "version": "100.4.4",
  10. "require": {
  11. "php": "~7.4.0||~8.1.0",
  12. "magento/framework": "103.0.*",
  13. "magento/module-media-gallery-ui-api": "100.4.*",
  14. "magento/module-media-gallery-api": "101.0.*",
  15. "magento/module-media-gallery-synchronization-api": "100.4.*",
  16. "magento/module-ui": "101.2.*"
  17. },
  18. "suggest": {
  19. "magento/module-catalog": "104.0.*",
  20. "magento/module-cms": "104.0.*"
  21. },
  22. "autoload": {
  23. "files": [
  24. "registration.php"
  25. ],
  26. "psr-4": {
  27. "Magento\\MediaGalleryIntegration\\": ""
  28. }
  29. },
  30. "require-dev": {
  31. "magento/module-cms": "*"
  32. }
  33. }